diff options
Diffstat (limited to 'home-manager/wm/hyprland/scripts/kill')
| -rwxr-xr-x | home-manager/wm/hyprland/scripts/kill | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home-manager/wm/hyprland/scripts/kill b/home-manager/wm/hyprland/scripts/kill deleted file mode 100755 index 40ab4a9..0000000 --- a/home-manager/wm/hyprland/scripts/kill +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if [[ $(hyprctl activewindow -j | jq -r '.class') =~ (kitty) ]]; then - kill $(hyprctl activewindow -j | jq '.pid') -s 9 -else - hyprctl dispatch killactive -fi |
