fix i3exit commit for logout
This commit is contained in:
parent
8467660009
commit
603f66963c
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ bindsym $mod+r mode "resize"
|
||||||
# nice system menu
|
# nice system menu
|
||||||
set $mode_system System (e) logout, (r) reboot, (shift+s) shutdown
|
set $mode_system System (e) logout, (r) reboot, (shift+s) shutdown
|
||||||
mode "$mode_system" {
|
mode "$mode_system" {
|
||||||
bindsym e exec --no-startup-id ~/bin/i3exit exit, mode "default"
|
bindsym e exec --no-startup-id ~/bin/i3exit logout, mode "default"
|
||||||
bindsym r exec --no-startup-id ~/bin/i3exit reboot, mode "default"
|
bindsym r exec --no-startup-id ~/bin/i3exit reboot, mode "default"
|
||||||
bindsym Shift+s exec --no-startup-id ~/bin/i3exit shutdown, mode "default"
|
bindsym Shift+s exec --no-startup-id ~/bin/i3exit shutdown, mode "default"
|
||||||
|
|
||||||
|
@ -154,6 +154,6 @@ client.unfocused $bgalt $bgalt $fg $bg $bgalt
|
||||||
# client.background $bg
|
# client.background $bg
|
||||||
|
|
||||||
# autostart
|
# autostart
|
||||||
exec --no-startup-id wal -q -t -i ~/wallpaper --saturate 0.8
|
#exec --no-startup-id wal -q -t -i ~/wallpaper --saturate 0.8
|
||||||
exec_always ~/.config/polybar/launch.sh
|
exec_always ~/.config/polybar/launch.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue