diff options
| author | Robert Günzler <r@gnzler.io> | 2021-04-26 13:11:56 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 13:11:56 +0200 |
| commit | f97aa112b518afae5ee62ddbdbcb03fdae57559c (patch) | |
| tree | 355e311eff544fc3db40d3bd683482d2675e3d3c /.config/sway/binds.conf | |
| parent | 3ff56ad51682f3e13cf09e7e67932a1363911442 (diff) | |
sway: remove explicit dbus launching from config/run script
Diffstat (limited to '.config/sway/binds.conf')
| -rw-r--r-- | .config/sway/binds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index e7bab16..e5b5c42 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -30,7 +30,7 @@ bindsym $mod+Shift+e exec swaynag \ -t warning \ -m 'exit: what now?' \ -b 'exit' 'swaymsg exit' \ - -b 'poweroff' 'daos poweroff' \ + -b 'poweroff' 'doas poweroff' \ -b 'reboot' 'doas reboot' bindsym $mod+Shift+backspace exec lock |