diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-10-29 14:45:39 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-10-29 14:45:39 +0000 |
commit | e15b767185363cd831d3ca650bc74ea9b266f5b6 (patch) | |
tree | 2b81aff24b5eeb29ef4648654b92ed643b08d10c | |
parent | 955262af93c7ee6a2de0d7a3a4d13ef644922206 (diff) | |
download | dotnvim-e15b767185363cd831d3ca650bc74ea9b266f5b6.tar.gz dotnvim-e15b767185363cd831d3ca650bc74ea9b266f5b6.zip |
Lock binding
-rw-r--r-- | i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -152,6 +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 i3lock # suspend bindsym $mod+Shift+s exec "systemctl suspend" |