neodotfiles/user/.config/sway/modules/autostart
Clay Gomera d8da5c2ffe updated
2023-10-29 10:25:32 -04:00

19 lines
708 B
Text

exec {
/usr/libexec/polkit-gnome-authentication-agent-1
echo 25 > $SWAYSOCK.wob
hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
bash -c ~/.config/sway/pipeinit
mako -c ~/.config/mako/config
swayidle -w \
timeout 300 'swaylock -f -i "$HOME/.config/sway/wallpaper/locked.*"' \
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
before-sleep 'swaylock -f -i "$HOME/.config/sway/wallpaper/locked.*"'
wl-paste --type text --watch cliphist store
wl-paste --type image --watch cliphist store
}
bar swaybar_command waybar
exec_always {
kanshi
}