Conditionally switching workspaces #7429
-
Hi, I want to switch to either the numbered workspace or the previous one depending on my current workspace. e.g. if my current workspace is 1 and I tap "mod + 1", then I should switch to the "previous" workspace but if my current workspace is NOT 1, then tapping "mod + 1" should take me to workspace 1 How do I achieve this in my config? As far as I can tell, there is no dispatcher that lets me do this. I know that there are |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
https://wiki.hyprland.org/Configuring/Variables/#Binds binds { |
Beta Was this translation helpful? Give feedback.
https://wiki.hyprland.org/Configuring/Variables/#Binds
binds {
workspace_back_and_forth = on
}