updated config for wayland/hyprland
This commit is contained in:
8
.config/hypr/restart_apps.sh
Executable file
8
.config/hypr/restart_apps.sh
Executable 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"
|
||||
Reference in New Issue
Block a user