50 lines
1.2 KiB
Text
50 lines
1.2 KiB
Text
# Clipboard
|
|
exec-once = wl-paste -w wl-copy -p
|
|
exec-once = cliphist wipe && wl-paste --watch cliphist store
|
|
|
|
# Discord
|
|
exec-once = discord --start-minimized --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
# exec-once = xwaylandvideobridge
|
|
|
|
# Element
|
|
exec-once = element-desktop --hidden
|
|
|
|
# Gnome keyring (for Mailspring)
|
|
exec-once = gnome-keyring
|
|
|
|
# Mailspring
|
|
exec-once = mailspring --background --password-store="gnome-libsecret"
|
|
|
|
# NetworkManager applet
|
|
exec-once = nm-applet
|
|
|
|
# Pipewire
|
|
exec-once = artix-pipewire-launcher restart
|
|
|
|
# Polkit
|
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
|
|
# Swayidle
|
|
exec-once = $HOME/.scripts/swayidle.sh
|
|
|
|
# Swayosd
|
|
exec-once = swayosd-server
|
|
|
|
# Syncthing
|
|
exec-once = syncthing --no-browser --gui-address=http://127.0.0.1:8384
|
|
|
|
# Theming
|
|
exec-once = echo 1 > "$HOME/.cache/weeb-mode"
|
|
exec-once = $HOME/.scripts/set-wallpaper.sh -r
|
|
|
|
# Udiskie
|
|
exec-once = udiskie
|
|
|
|
# Waybar
|
|
exec-once = waybar
|
|
|
|
# XWayland
|
|
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
|
|
|
# Prevent hidden Wine System Tray window from keeping workspace existing
|
|
exec-once = $HOME/.scripts/kill-wine-explorer.sh
|