update dotfiles

This commit is contained in:
piccihud 2023-09-09 10:10:25 +02:00
parent 503edb6650
commit 230980eda4
1 changed files with 2 additions and 1 deletions

View File

@ -218,11 +218,12 @@ bindsym $mod+r mode "resize"
bindsym $mod+o exec firefox bindsym $mod+o exec firefox
# #
# Suspend, restart and shutdown # Suspend, restart, shutdown and lock the system
# #
bindsym $mod+escape exec systemctl suspend bindsym $mod+escape exec systemctl suspend
bindsym $mod+shift+r exec systemctl reboot bindsym $mod+shift+r exec systemctl reboot
bindsym $mod+shift+p exec systemctl poweroff bindsym $mod+shift+p exec systemctl poweroff
bindsym $mod+alt+l exec swaylock -f -C ~/.config/swaylock/config
# #
# Screenshots # Screenshots