From ba1f63c6c5137dc9a7c8550ff2f1f052377a0091 Mon Sep 17 00:00:00 2001 From: spl3g Date: Tue, 15 Apr 2025 22:44:04 +0300 Subject: feat(hyprland): cleanup scripts --- home-manager/homeModules/attachments/hypr-scripts/kill | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 home-manager/homeModules/attachments/hypr-scripts/kill (limited to 'home-manager/homeModules/attachments/hypr-scripts/kill') 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 -- cgit v1.2.3