diff options
author | Juan J. Martinez <jjm@usebox.net> | 2025-02-16 16:27:46 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2025-02-16 16:27:46 +0000 |
commit | 78c7fe2fcbd99443ece1c4853833532980fa6b14 (patch) | |
tree | bdce3128bfe80098c1a29bf01f8605f70ae48d03 | |
parent | 9f8f05466274555a35a05fc5b9e10e782c859310 (diff) | |
download | dotnvim-78c7fe2fcbd99443ece1c4853833532980fa6b14.tar.gz dotnvim-78c7fe2fcbd99443ece1c4853833532980fa6b14.zip |
Manual DPMS
-rw-r--r-- | i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -152,8 +152,8 @@ bindsym $mod+Shift+c reload bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" -# lock i3 -bindsym $mod+Shift+x exec --no-startup-id "loginctl lock-session" +# lock i3, suspend the screen +bindsym $mod+Shift+x exec --no-startup-id loginctl lock-session && sleep 1 && xset dpms force off # suspend bindsym $mod+Shift+s exec "systemctl suspend" |