neodotfiles/config/sway/modules/autostart

22 lines
742 B
Text
Raw Normal View History

2024-09-08 17:49:42 +00:00
bar swaybar_command waybar
2024-08-19 04:36:33 +00:00
exec {
2024-10-24 02:58:53 +00:00
hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
$HOME/.config/sway/scripts/pipeinit
2024-09-04 15:16:11 +00:00
/usr/libexec/xdg-desktop-portal-wlr
2024-10-24 02:58:53 +00:00
/usr/libexec/xdg-desktop-portal-gtk
2024-08-22 00:44:58 +00:00
$HOME/.config/sway/scripts/idle
2024-08-19 04:36:33 +00:00
wl-paste --type text --watch cliphist store
wl-paste --type image --watch cliphist store
mako -c ~/.config/mako/config
2024-09-04 15:16:11 +00:00
/usr/libexec/polkit-gnome-authentication-agent-1
2024-10-24 02:58:53 +00:00
gnome-keyring-daemon --start --components=secrets
2024-09-08 17:49:42 +00:00
sway-audio-idle-inhibit
2024-10-24 02:58:53 +00:00
dex -a -s ~/.config/autostart
2024-09-08 17:49:42 +00:00
$HOME/.config/sway/scripts/nextinit
2024-08-19 04:36:33 +00:00
}
exec_always {
2024-08-24 16:06:24 +00:00
pidof kanshi && kill -1 $(pidof kanshi) || kanshi
2024-08-19 04:36:33 +00:00
}