From 7c7756523e72d087214b786b16f302ea35c2f905 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 24 Nov 2022 21:04:46 +0100 Subject: sway: run starup commands earlier --- .config/sway/config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.config') diff --git a/.config/sway/config b/.config/sway/config index cf93cc8..f1a0120 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,5 +1,12 @@ # vim: ft=i3config fdm=marker +exec /home/robert/.config/sway/marker.sh +exec_always { + dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP BEMENU_OPTS + light -S 80 + kanshictl reload +} + xwayland enable gaps inner 0 @@ -74,13 +81,6 @@ default_floating_border pixel $fat_bpix include colors.conf # }}} -exec_always { - dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP BEMENU_OPTS - once -- s6-svscan ${HOME}/.local/share/s6 - light -S 80 - sleep 2 && kanshictl reload -} - include config.d/* # bar tasks { -- cgit 1.4.1