From 70c7e0c9ff09e020a966a51f7390e1752668de72 Mon Sep 17 00:00:00 2001 From: angelic-sedition Date: Mon, 9 Mar 2015 16:35:05 -0400 Subject: [PATCH] fix fragment sentence in readme add more info on why not using wmutils --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eb8c76..ed7697a 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ These window managers currently will work with '-a'. I will add a lot more. Necessary features don't work on many window managers, including mine. ## Why Not Use wmutils? -Maybe in the future. The only advantage I can see over xdotool is that it can toggle mapping (`mapw -t`), but this wouldn't be used in this script anyway since different code is executed depending on whether or not +Maybe in the future. The only advantage I can see over xdotool is that it can toggle mapping (`mapw -t`), but this wouldn't be used in this script anyway since different code is executed depending on whether or not the window is mapped or unmapped. Also the command names are somewhat cryptc and resizing to a percentage isn't supported (would have to convert percentages to pixels). ## Similar: - [drawer](https://github.com/lharding/lsh-bin/blob/master/drawer)