diff options
Diffstat (limited to '.config/herbstluftwm')
-rwxr-xr-x | .config/herbstluftwm/autostart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 02531ab..69175d5 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -135,6 +135,8 @@ done # cycle through tags hc keybind Mod4-n use_index +1 --skip-visible hc keybind Mod4-p use_index -1 --skip-visible +hc keybind Mod4-j use_index +1 --skip-visible +hc keybind Mod4-k use_index -1 --skip-visible # jump to last used tag hc keybind Mod4-Escape use_previous |