From b19a693fb08e39eb1d0b0ad9ff5084563b0bab42 Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 15 Nov 2019 15:52:57 +0100 Subject: [PATCH] add dm-tool user switcher shortcut --- .config/i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index b966571..1c89087 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -130,6 +130,9 @@ 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'" +# open login screen on another vt (virtual terminal) +bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter" + # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode