fixed swaynag
This commit is contained in:
@@ -152,7 +152,7 @@ bindsym $mod+Mod1+g exec grimshot save output
|
||||
bindsym $mod+Ctrl+g exec grimshot save window
|
||||
|
||||
# Turn the system off
|
||||
bindsym $mod+Shift+e exec swaynag -t custom -m 'What action would you like to perform?' -b 'Shutdown' 'poweroff' -b 'Restart' 'poweroff --reboot' -b 'Suspend' 'systemctl suspend'
|
||||
bindsym $mod+Shift+e exec swaynag -t custom -m 'What action would you like to perform?' -b 'Shutdown' 'systemctl poweroff' -b 'Restart' 'systemctl reboot' -b 'Suspend' 'systemctl suspend'
|
||||
|
||||
# Notifications
|
||||
exec_always dunst
|
||||
|
||||
Reference in New Issue
Block a user