diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-10-29 15:19:15 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-10-29 15:19:15 +0000 |
commit | 4f8ef7d19e05ff0272a67008e61aad8ec1012103 (patch) | |
tree | 530ba3ae33499727fb1a9164deec2bff0450f0e5 | |
parent | 99ef046cbd4894c34bbc3ab84cc6b9c2708a82ff (diff) | |
download | dotnvim-4f8ef7d19e05ff0272a67008e61aad8ec1012103.tar.gz dotnvim-4f8ef7d19e05ff0272a67008e61aad8ec1012103.zip |
Better
-rw-r--r-- | i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ exec_always --no-startup-id ~/.config/i3/set-keyboard # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +exec --no-startup-id xss-lock -n /usr/share/doc/xss-lock/dim-screen.sh --transfer-sleep-lock -- i3lock --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. @@ -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 --no-startup-id i3lock +bindsym $mod+Shift+x exec --no-startup-id "loginctl lock-session" # suspend bindsym $mod+Shift+s exec "systemctl suspend" |