From b8a5c62b112859f463a53ac97b43f7f8cdc544a9 Mon Sep 17 00:00:00 2001 From: spl3g Date: Sun, 31 Dec 2023 15:08:06 +0300 Subject: uhm --- home-manager/wm/hyprland/scripts/kill | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 home-manager/wm/hyprland/scripts/kill (limited to 'home-manager/wm/hyprland/scripts/kill') 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 -- cgit v1.2.3