From 4a235fbf650ac10fd1e3e2994e7c6cb2d043a2b7 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 20 Apr 2017 16:19:40 +1200 Subject: disable-fullscreen-lock: use key that doesn't interfere with games --- local/bin/disable-fullscreen-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bin/disable-fullscreen-lock b/local/bin/disable-fullscreen-lock index 1eff71c..487e33b 100755 --- a/local/bin/disable-fullscreen-lock +++ b/local/bin/disable-fullscreen-lock @@ -5,7 +5,7 @@ DELAY=300 while true; do activ_win_id=$(xprop -root _NET_ACTIVE_WINDOW) if result=$(xprop -id ${activ_win_id:40:9} | grep _NET_WM_STATE_FULLSCREEN); then - xdotool key Shift + xdotool key Print xset -dpms xset dpms fi -- cgit v1.1