From d52849c75347f3aa1019cd93c4898c1c4a9588d9 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 31 Dec 2024 19:55:12 +0100 Subject: reduced number of tags --- .config/herbstluftwm/autostart | 7 ++++--- 1 file 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 '╾│ ├└╼─┐' -- cgit v1.2.3