add dm-tool user switcher shortcut
This commit is contained in:
parent
43a9e2f49b
commit
b19a693fb0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue