diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-10-29 15:14:36 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-10-29 15:14:36 +0000 |
commit | 99ef046cbd4894c34bbc3ab84cc6b9c2708a82ff (patch) | |
tree | 68d5dd3f358c4d5044074822096db1dd6f9ddd0f | |
parent | e15b767185363cd831d3ca650bc74ea9b266f5b6 (diff) | |
download | dotnvim-99ef046cbd4894c34bbc3ab84cc6b9c2708a82ff.tar.gz dotnvim-99ef046cbd4894c34bbc3ab84cc6b9c2708a82ff.zip |
This may be needed
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ 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 i3lock +bindsym $mod+Shift+x exec --no-startup-id i3lock # suspend bindsym $mod+Shift+s exec "systemctl suspend" |