diff --git a/Scripts/gamemode-end.sh b/Scripts/gamemode-end.sh index fb00fc1..0bcb92c 100644 --- a/Scripts/gamemode-end.sh +++ b/Scripts/gamemode-end.sh @@ -2,7 +2,8 @@ #dbus-send --session --dest=org.cairodock.CairoDock /org/cairodock/CairoDock org.cairodock.CairoDock.Reload string:"config-file=/home/alex/.config/cairo-dock/current_theme/plug-ins/System-Monitor/System-Monitor.conf" #dbus-send --session --dest=org.cairodock.CairoDock /org/cairodock/CairoDock org.cairodock.CairoDock.Reload string:"config-file=/home/alex/.config/cairo-dock/current_theme/cairo-dock.conf" #xfconf-query -c xfce4-notifyd -p /do-not-disturb -s false -notify-send 'Gamemode ended' '' --icon=dialog-information +notify-send 'Gamemode ended' --icon=emblem-games +corectrl --toggle-manual-profile "gamemode" #export vblank_mode=0 #killall gamescope #Standby on diff --git a/Scripts/gamemode-start.sh b/Scripts/gamemode-start.sh index e4319c0..bd4c9ea 100644 --- a/Scripts/gamemode-start.sh +++ b/Scripts/gamemode-start.sh @@ -1,6 +1,7 @@ #cp /home/alex/.config/cairo-dock/current_theme/System-Monitor-off.conf /home/alex/.config/cairo-dock/current_theme/plug-ins/System-Monitor/System-Monitor.conf #dbus-send --session --dest=org.cairodock.CairoDock /org/cairodock/CairoDock org.cairodock.CairoDock.Reload string:"config-file=/home/alex/.config/cairo-dock/current_theme/plug-ins/System-Monitor/System-Monitor.conf" -notify-send 'Gamemode started' '' --icon=dialog-information +notify-send 'Gamemode started' --icon=emblem-games +corectrl --toggle-manual-profile "gamemode" #export vblank_mode=1 #xfconf-query -c xfce4-notifyd -p /do-not-disturb -s true #Standby off 3h