feat: Add a ton of hyprland config

This commit is contained in:
2025-04-04 14:47:56 +11:00
parent 958770c548
commit 1cf3d139a5
14 changed files with 417 additions and 100 deletions

View File

@@ -1,23 +1,33 @@
exec-once = /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
exec-once = systemctl --user start plasma-kwallet-pam.service plasma-polkit-agent.service
exec-once = /usr/bin/kwalletd6
exec-once = systemctl --user start xdg-desktop-portal-hyprland
exec-once = /usr/lib/x86_64-linux-gnu/libexec/kdeconnectd
exec-once = swaync
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/$USER/.config/autostart/com.impervious.fingertip.desktop
exec-once = /home/$USER/.config/autostart/Nextcloud.desktop
exec-once = /usr/bin/python3 /usr/bin/solaar --window=hide
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-ptb
exec-once = slack
exec-once = discord --start-minimized
exec-once = slack -U
exec-once = waybar
exec-once = hyprpaper
exec-once = clipse -listen & clipse --listen
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"