From f58d4150264c724c36d452a9dadf9c1e2a989cd2 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 28 Oct 2020 11:24:16 +0530 Subject: fixed alt-w keybind conflict --- herbstluftwm/autostart | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'herbstluftwm') diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 0196edc6..a946bbd1 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -95,8 +95,8 @@ done # cycle through tags hc keybind Mod1-l use_index +1 --skip-visible hc keybind Mod1-h use_index -1 --skip-visible -hc keybind Mod1-q use_index -1 --skip-visible -hc keybind Mod1-w use_index +1 --skip-visible +hc keybind Mod4-q use_index -1 --skip-visible +hc keybind Mod4-w use_index +1 --skip-visible # layouting hc keybind $Mod-d remove @@ -160,6 +160,7 @@ hc set smart_window_surroundings on hc set smart_frame_surroundings on hc set mouse_recenter_gap 0 + # rules hc unrule -F #hc rule class=XTerm tag=3 # move all xterms to tag 3 -- cgit v1.2.3