summaryrefslogtreecommitdiff
path: root/local/bin/disable-fullscreen-lock
diff options
context:
space:
mode:
Diffstat (limited to 'local/bin/disable-fullscreen-lock')
-rwxr-xr-xlocal/bin/disable-fullscreen-lock2
1 files changed, 1 insertions, 1 deletions
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