ags restart script
This commit is contained in:
parent
9993c33bc9
commit
036102f66c
|
@ -89,6 +89,7 @@
|
||||||
"$mod+shift, S, exec, systemctl suspend"
|
"$mod+shift, S, exec, systemctl suspend"
|
||||||
"$mod+shift, M, exit, hyprland"
|
"$mod+shift, M, exit, hyprland"
|
||||||
"$mod, G, exec, sh ~/nix/home/hyprland/scripts/gamemode.sh"
|
"$mod, G, exec, sh ~/nix/home/hyprland/scripts/gamemode.sh"
|
||||||
|
"$mod+shift, B, exec, sh ~/nix/home/hyprland/scripts/ags.sh"
|
||||||
|
|
||||||
# cmus
|
# cmus
|
||||||
"$mod, D, exec, sh ~/nix/home/hyprland/scripts/cmus.sh"
|
"$mod, D, exec, sh ~/nix/home/hyprland/scripts/cmus.sh"
|
||||||
|
|
4
home/hyprland/scripts/ags.sh
Executable file
4
home/hyprland/scripts/ags.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#/bin/sh
|
||||||
|
|
||||||
|
pkill ags
|
||||||
|
ags
|
Loading…
Reference in a new issue