Files
dotfiles/.config/hypr/start-exec.conf

34 lines
1.3 KiB
Plaintext

exec-once = hyprpm reload -n
exec-once = systemctl --user start hyprpolkitagent
exec-once = /usr/bin/kdeconnectd &
exec-once = /usr/bin/swaync &
# Start apps in .autostart
exec-once = /home/nathan/AppImages/Fingertip-0.0.4-beta2-linux-X64.AppImage &
exec-once = /home/nathan/AppImages/nextcloud_desktop_sync_client.appimage --background &
# exec-once = /usr/bin/solaar -w hide &
# Start windows
exec-once = alacritty --class alacritty-init
# exec-once = brave-browser # TODO after adding start workspace
exec-once = discord --start-minimized
exec-once = slack -U
exec-once = waybar
exec-once = hyprpaper
exec-once = hypridle
exec-once = clipse -listen
# exec-once = hyprswitch init --show-title --custom-css ~/.config/hypr/hyprswitch.css &
# Proxy
# exec-once = gsettings set org.gnome.system.proxy mode 'auto' && gsettings set org.gnome.system.proxy autoconfig-url 'http://127.0.0.1:9590/proxy.pac'
# exec-once = kwriteconfig6 --file kioslaverc --group 'Proxy Settings' --key 'ProxyType' 2 && kwriteconfig6 --file kioslaverc --group 'Proxy Settings' --key 'AutoProxyURL' "http://127.0.0.1:9590/proxy.pac"
# exec-once = export PROXY_PAC_URL="http://127.0.0.1:9590/proxy.pac"
# exec-once = export http_proxy="http://127.0.0.1:9590"
# exec-once = export https_proxy="$http_proxy"
# exec-once = export no_proxy="localhost,127.0.0.1,::1"