Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split monitor workspaces does not work with hyprland v0.42.0 #123

Open
keremenci opened this issue Aug 21, 2024 · 2 comments
Open

Split monitor workspaces does not work with hyprland v0.42.0 #123

keremenci opened this issue Aug 21, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@keremenci
Copy link

My setup stopped working after upgrading hyprland to 0.42 version. $mainMod + 1, 2, 3 etc. results in old behaviour without the plugin.

$ hyprctl version
Hyprland, built from branch  at commit 9a09eac79b85c846e3a865a9078a3f8ff65a9259  (props: bump version to 0.42.0).
Date: Wed Aug 7 19:17:10 2024
Tag: v0.42.0, commits: 5069

flags: (if any)
$ hyprpm list
 → Repository split-monitor-workspaces:
  │ Plugin split-monitor-workspaces
  └─ enabled: true

Current hyprland.conf configuration:

# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, split-workspace, 1
bind = $mainMod, 2, split-workspace, 2
bind = $mainMod, 3, split-workspace, 3
bind = $mainMod, 4, split-workspace, 4
bind = $mainMod, 5, split-workspace, 5
bind = $mainMod, 6, split-workspace, 6
bind = $mainMod, 7, split-workspace, 7
bind = $mainMod, 8, split-workspace, 8
bind = $mainMod, 9, split-workspace, 9
bind = $mainMod, 0, split-workspace, 10
bind = $mainMod, F1, togglespecialworkspace
bind = $mainMod, F2, togglespecialworkspace, music
bind = $mainMod, F3, togglespecialworkspace, messaging
bind = $mainMod, F4, togglespecialworkspace, discord

# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, split-movetoworkspacesilent, 1
bind = $mainMod SHIFT, 2, split-movetoworkspacesilent, 2
bind = $mainMod SHIFT, 3, split-movetoworkspacesilent, 3
bind = $mainMod SHIFT, 4, split-movetoworkspacesilent, 4
bind = $mainMod SHIFT, 5, split-movetoworkspacesilent, 5
bind = $mainMod SHIFT, 6, split-movetoworkspacesilent, 6
bind = $mainMod SHIFT, 7, split-movetoworkspacesilent, 7
bind = $mainMod SHIFT, 8, split-movetoworkspacesilent, 8
bind = $mainMod SHIFT, 9, split-movetoworkspacesilent, 9
bind = $mainMod SHIFT, 0, split-movetoworkspacesilent, 10
bind = $mainMod SHIFT, F1, split-movetoworkspacesilent, special
bind = $mainMod SHIFT, F2, split-movetoworkspacesilent, special:music
bind = $mainMod SHIFT, F3, split-movetoworkspacesilent, special:messaging
bind = $mainMod SHIFT, F4, split-movetoworkspacesilent, special:discord

@keremenci
Copy link
Author

After two reboots and multiple hyprctl and hyprpm reloads, the issue was persistent. A third reboot seems to have fixed the issue, though. No configuration change was made both prior to the update and in between the reboots/reloads.

@zjeffer
Copy link
Collaborator

zjeffer commented Aug 21, 2024

I'd have to see some logs to be able to identify this issue

@zjeffer zjeffer added the bug Something isn't working label Aug 21, 2024
@zjeffer zjeffer self-assigned this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants