Sway: Reboot and poweroff without root priviliges appearently works
This commit is contained in:
parent
08f5174716
commit
b0d1ccc541
|
@ -25,8 +25,8 @@ bindsym $mod+l exec swaylock
|
|||
|
||||
# Session and power management
|
||||
bindsym $mod+Shift+e exec swaynag -t logout -m 'Log out?' -b 'Yes' 'swaymsg exit'
|
||||
bindsym $mod+Shift+r exec swaynag -t reboot -m 'Reboot?' -b 'Yes' 'doas reboot'
|
||||
bindsym $mod+Shift+q exec swaynag -t shutdown -m 'Shut down?' -b 'Yes' 'doas poweroff'
|
||||
bindsym $mod+Shift+r exec swaynag -t reboot -m 'Reboot?' -b 'Yes' 'reboot'
|
||||
bindsym $mod+Shift+q exec swaynag -t shutdown -m 'Shut down?' -b 'Yes' 'poweroff'
|
||||
|
||||
# Screenshotting
|
||||
bindsym Print exec grimshot --notify save output
|
||||
|
|
Loading…
Reference in a new issue