summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/herbstluftwm/autostart7
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index e10801e..3045b5b 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -16,7 +16,6 @@ hc keyunbind --all
# Mod=Mod1 # Use alt as the main modifier
Mod=Mod4 # Use the super key as the main modifier
-
# program launchers
hc keybind $Mod-Shift-f spawn firefox -P default-release
hc keybind $Mod-Shift-b spawn firefox -P less-strict
@@ -69,9 +68,10 @@ hc keybind $Mod-Control-k resize up +$resizestep
hc keybind $Mod-Control-l resize right +$resizestep
# tags
-tag_names=( {1..9} )
-tag_keys=( {1..9} 0 )
+tag_names=( {1..4} )
+tag_keys=( {1..4} 0 )
+hc rename default "${tag_names[0]}" || true
for i in "${!tag_names[@]}" ; do
hc add "${tag_names[$i]}"
key="${tag_keys[$i]}"
@@ -177,6 +177,7 @@ hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' floating=on
hc rule windowtype='_NET_WM_WINDOW_TYPE_DIALOG' focus=on
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off
hc rule fixedsize floating=on
+hc rule class='mpdinfo' floating=on
hc set tree_style '╾│ ├└╼─┐'