This commit is contained in:
Aidan Haas
2025-11-08 19:16:02 -05:00
commit 4d3384faaa
326 changed files with 18853 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# Copied from Discord post. Thanks to @Zorg
# Get id of an active window
active_pid=$(hyprctl activewindow | grep -o 'pid: [0-9]*' | cut -d' ' -f2)
# Close active window
kill $active_pid