test
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if hyprctl activewindow | grep -q "kitty"; then
|
||||
hyprctl dispatch movetoworkspacesilent special:kitty
|
||||
else
|
||||
hyprctl dispatch killactive
|
||||
fi
|
||||
Reference in New Issue
Block a user