Files
Zacharias-Brohn 567faff34e test
2026-01-19 18:40:28 +01:00

8 lines
152 B
Bash
Executable File

#!/bin/bash
if hyprctl activewindow | grep -q "kitty"; then
hyprctl dispatch movetoworkspacesilent special:kitty
else
hyprctl dispatch killactive
fi