diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-28 09:42:47 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-28 09:42:47 +0530 |
commit | b74f025820361223391ca5a75dc3dbf05f0b335c (patch) | |
tree | 8d2aa5a04494cde42c2628ac0ea5b1afae6a8e6f /herbstluftwm | |
parent | b02101ee7c5330420df3de0bf9cffa00b740ef21 (diff) |
added alternative keybinding to cycle through tags
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-x | herbstluftwm/autostart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index ed88735a..0196edc6 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -95,6 +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 # layouting hc keybind $Mod-d remove |