Hyprland, built from branch at commit 96d555e8e794627bfc561e294e148ab8a9961fcc dirty (). Tag: v0.29.1 flags: (if any)
Bug or Regression?
Bug
Description
I have the following keybind configured:
bind = SUPER SHIFT, S, movetoworkspace, special:scratchpad
When sending windows to this workspace, whether it already exists or not, Hyprland posts on its IPC the event createworkspace>>special:special:scratchpad. This is not much of a problem, since it's briefly followed by a destroyworkspace>>special:special:scratchpad, but it can mess with softwares that trim the special: part.
How to reproduce
Add the following line to your Hyprland config:
bind = SUPER SHIFT, S, movetoworkspace, special:scratchpad
Connect to Hyprland's socket, via the following command:
I'd fix it myself, but couldn't compile due to missing wlr dependencies. Do you happen to know the necessary packages for Arch by any chance? @vaxerski
Hyprland Version
Hyprland, built from branch at commit 96d555e8e794627bfc561e294e148ab8a9961fcc dirty (). Tag: v0.29.1 flags: (if any)
Bug or Regression?
Bug
Description
I have the following keybind configured:
When sending windows to this workspace, whether it already exists or not, Hyprland posts on its IPC the event
createworkspace>>special:special:scratchpad
. This is not much of a problem, since it's briefly followed by adestroyworkspace>>special:special:scratchpad
, but it can mess with softwares that trim thespecial:
part.How to reproduce
special:special:scratchpad
;Crash reports, logs, images, videos
Here's the ouput from Hyprland's IPC I got for taking the same steps as described above