diff options
author | katherine <ageha@airen-no-jikken.icu> | 2024-01-18 18:46:52 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2024-01-18 18:46:52 -0700 |
commit | 50d85470c2981ba6caf6a2c37548ca20fbea15a7 (patch) | |
tree | f6e62c9b13d232327f792fe7d7143f793a0ddb49 /.config/herbstluftwm/autostart | |
parent | 21a9332e465da95266d8ad94b99b5ce5c539d01a (diff) | |
download | dotfiles-50d85470c2981ba6caf6a2c37548ca20fbea15a7.tar.gz |
tag cycle keybinds match others
Diffstat (limited to '.config/herbstluftwm/autostart')
-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 |