From 66d225df40a65f04a5755ec2e4a558dd53f7ae42 Mon Sep 17 00:00:00 2001 From: Lian Drake Date: Sun, 8 Sep 2024 13:49:42 -0400 Subject: [PATCH] Update autostart --- config/sway/modules/autostart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/sway/modules/autostart b/config/sway/modules/autostart index d7187001e..6fe7ca671 100644 --- a/config/sway/modules/autostart +++ b/config/sway/modules/autostart @@ -1,3 +1,5 @@ +bar swaybar_command waybar + exec { kanshi dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -9,10 +11,10 @@ exec { wl-paste --type image --watch cliphist store mako -c ~/.config/mako/config /usr/libexec/polkit-gnome-authentication-agent-1 + sway-audio-idle-inhibit + $HOME/.config/sway/scripts/nextinit } exec_always { pidof kanshi && kill -1 $(pidof kanshi) || kanshi } - -bar swaybar_command waybar