dotfiles
dotfiles copied to clipboard
[BUG] Persistent Workspace Swiping does not work
Describe the bug Swiping through workspaces only swipes to those that have windows, indicating that workspaces are not persistent
To Reproduce Steps to reproduce the behavior:
- Add
workspace = r[1-4], persistent:true
to the end of ~/.config/hypr/hyprland.conf - try swiping between workspaces, which stops at the
- enter
hyprctl workspaces
in terminal - See
workspace ID 1 (1) on monitor eDP-1:
monitorID: 0
windows: 2
hasfullscreen: 0
lastwindow: 0x55b950d2b490
lastwindowtitle: ~
With no persistent flag
Expected behavior Setting workspaces to persistent should allow swiping between them even when there is no window
Distribution (please complete the following information): Fedora 41
Additional context Perhaps I'm missing something, but I've gone through the hyprland docs and think I'm doing this right.