Skip to content

A simple bash script for hyprland to focus on the first available empty workspace on the same monitor.

License

Notifications You must be signed in to change notification settings

kuokuo123/hyprland-empty-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

hyprland-empty-workspace

A rudimentary bash script for hyprland to open an empty workspace on the same monitor. This resolves the problem that, when calling for an empty workspace with multi-monitor setups, the focus changes to another monitor that already has an empty workspace.

example

Focus the empty workspace:

bind = $mainMod, Slash, exec, $HOME/.config/hypr/scripts/monitor-new-workspace.sh

Move windows to the empty workspace:

bind = $mainMod SHIFT, Slash, exec, $HOME/.config/hypr/scripts/monitor-new-workspace.sh --move

About

A simple bash script for hyprland to focus on the first available empty workspace on the same monitor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages