From f97aa112b518afae5ee62ddbdbcb03fdae57559c Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 26 Apr 2021 13:11:56 +0200 Subject: sway: remove explicit dbus launching from config/run script --- .config/sway/binds.conf | 2 +- .config/sway/config | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to '.config') 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 diff --git a/.config/sway/config b/.config/sway/config index 3ad2510..15fe350 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -6,21 +6,19 @@ output * adaptive_sync on exec light -S 80 -exec dbus-update-activation-environment --all +#exec dbus-update-activation-environment --all exec once pipewire -exec once mako exec once oguri exec once kanshi exec once waybar +exec once gammastep +exec once foot -s exec once swayidle -w \ timeout 540 'lock' \ timeout 800 'swaymsg output \* dpms off' \ resume 'swaymsg output \* dpms on' \ before-sleep 'lock' \ lock 'lock' -exec once gammastep -# spawn foot server -exec once foot -s # for_window [app_id=Alacritty] max_render_time 2 # for_window [app_id=firefox] max_render_time 3 -- cgit 1.4.1