diff options
author | katherine <ageha@airen-no-jikken.icu> | 2024-01-24 16:39:16 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2024-01-24 16:39:16 -0700 |
commit | 35e206dfd1a87530a995db24dee971cb69b4e61f (patch) | |
tree | f01358df4959995eb1a6e641f86fb9bfb0d8bff5 | |
parent | 69b6886ea984de7179f127cf611ccff4d94c2c65 (diff) | |
download | dotfiles-35e206dfd1a87530a995db24dee971cb69b4e61f.tar.gz |
revert cycling binding error
-rwxr-xr-x | .config/herbstluftwm/autostart | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 69175d5..02531ab 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -135,8 +135,6 @@ 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 |