From 50d85470c2981ba6caf6a2c37548ca20fbea15a7 Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 18 Jan 2024 18:46:52 -0700 Subject: tag cycle keybinds match others --- .config/herbstluftwm/autostart | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3