aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5e7c3c8..3f580f1 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
# bspswallow
Adds functionality provided by the dwm "swallow" patch to bspwm.
+This branch uses baskerville's xwinfo instead of xprop and sed, possibly increasing the speed.
+
# Dependencies
* bspwm (obviously)
-* xprop
+* xwinfo (https://github.com/baskerville/xwinfo or on AUR as xwinfo-git)
# Installation
Add two files to ~/.config/bspwm
@@ -13,7 +15,7 @@ Add two files to ~/.config/bspwm
* terminals - list of classes of terminals that you want to be swallowed
-If a class isn't available (such as with xev) then the command of origin can be used.
+If a class isn't available (such as with xev) use 'N/A' to set for all (this shouldn't be an issue as xev is most likely the only case)
(example files are included in "examples")