Give hyprland commands their own namespace

This commit is contained in:
David Heinemeier Hansson
2025-10-21 17:06:02 -07:00
parent e2b56720ac
commit e9c40445dd
5 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Close all open windows
hyprctl clients -j | \
jq -r ".[].address" | \
xargs -I{} hyprctl dispatch closewindow address:{}
# Move to first workspace
hyprctl dispatch workspace 1