diff options
| -rw-r--r-- | .config/sway/config | 14 |
1 files changed, 7 insertions, 7 deletions
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 { |