-
Notifications
You must be signed in to change notification settings - Fork 25
workspaces_follow_focus
fdev31 edited this page Jan 25, 2024
·
7 revisions
Make non-visible workspaces follow the focused monitor. Also provides commands to switch between workspaces while preserving the current monitor assignments:
Syntax:
[workspaces_follow_focus]
max_workspaces = 4 # number of workspaces before cycling-
change_workspace<direction>: changes the workspace of the focused monitor
Example usage in hyprland.conf:
bind = $mainMod, K, exec, pypr change_workspace +1
bind = $mainMod, J, exec, pypr change_workspace -1
Limits the number of workspaces when switching, defaults to 10.