dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

[BUG] Persistent Workspace Swiping does not work

Open michaelphagen opened this issue 2 months ago • 2 comments

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:

  1. Add workspace = r[1-4], persistent:true to the end of ~/.config/hypr/hyprland.conf
  2. try swiping between workspaces, which stops at the
  3. enter hyprctl workspaces in terminal
  4. 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.

michaelphagen avatar Dec 06 '24 18:12 michaelphagen