updated config for wayland/hyprland

This commit is contained in:
2025-12-29 20:35:16 +11:00
parent d0cf22a735
commit 8c10086d0a
31 changed files with 2586 additions and 22 deletions

8
.config/hypr/restart_apps.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
LOG=$HOME/.config/hypr/temp.log
exec > $LOG 2>&1
RUN_STRING=$1
KILL_STRING=${RUN_STRING//" & "/" "}
killall $KILL_STRING || true
exec sh -c "$RUN_STRING"