diff options
| -rw-r--r-- | dot_config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config index 5c9e767..93fd4be 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -124,8 +124,8 @@ bindsym $mod+Shift+c reload bindsym $mod+Shift+e exec swaynag -t warning -m 'Session' \ -B 'Lock' 'playerctl -a pause; swaylock -f -e -c 282828' \ -B 'Logout' 'swaymsg exit' \ - -B 'Reboot' 'doas reboot' \ - -B 'Poweroff' 'doas poweroff' + -B 'Reboot' 'doas /usr/bin/reboot' \ + -B 'Poweroff' 'doas /usr/bin/poweroff' # ── Personal keybinds ───────────────────────────────────────────────────────── |
