Initial commit of Hyprland config

This commit is contained in:
2025-02-24 01:15:49 -05:00
commit 0472007a74
33 changed files with 1403 additions and 0 deletions

3
scripts/kill-hp-systray Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env zsh
kill $(ps -eaf | grep hp-systray | awk "{print $2}")