This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create Log out, Reboot, Poweroff bindings | |
mode "Exit (L)ogout, (R)eboot, (P)oweroff" { | |
bindsym $mod+r exec systemctl reboot | |
bindsym $mod+l exit | |
bindsym $mod+p exec systemctl poweroff | |
# back to normal: Enter or Escape | |
bindsym Return mode "default" | |
bindsym Escape mode "default" | |
} |