aboutsummaryrefslogtreecommitdiff
path: root/home-manager/homeModules/attachments/hypr-scripts/kill
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-04-15 22:44:04 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:59:18 +0300
commitba1f63c6c5137dc9a7c8550ff2f1f052377a0091 (patch)
treeeee3c5159119b8359d03cd97a1bd8b7a41dec13e /home-manager/homeModules/attachments/hypr-scripts/kill
parent841ee4137d95f7ed5aafd7f8e29c94e12e712665 (diff)
feat(hyprland): cleanup scripts
Diffstat (limited to 'home-manager/homeModules/attachments/hypr-scripts/kill')
-rwxr-xr-xhome-manager/homeModules/attachments/hypr-scripts/kill7
1 files changed, 0 insertions, 7 deletions
diff --git a/home-manager/homeModules/attachments/hypr-scripts/kill b/home-manager/homeModules/attachments/hypr-scripts/kill
deleted file mode 100755
index 40ab4a9..0000000
--- a/home-manager/homeModules/attachments/hypr-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