neodotfiles/config/sway/modules/autostart

21 lines
663 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-08-25 19:51:29 +00:00
kanshi
2024-08-19 04:36:33 +00:00
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
dbus-update-activation-environment --systemd --all
systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
2024-09-04 15:16:11 +00:00
/usr/libexec/xdg-desktop-portal-wlr
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-09-08 17:49:42 +00:00
sway-audio-idle-inhibit
$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
}