forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
if [[ $1 == '_none' ]]; then
|
||||
hyprctl dispatch workspace $2
|
||||
else
|
||||
hyprctl dispatch focuswindow address:$1
|
||||
fi
|
||||
Reference in New Issue
Block a user