48 lines
1.3 KiB
Plaintext
Executable File
48 lines
1.3 KiB
Plaintext
Executable File
# Switch configs
|
|
exec-once = config-switch Hyprland
|
|
|
|
# Bar, wallpaper
|
|
exec-once = waybar
|
|
exec-once = hyprpaper
|
|
|
|
# Input method
|
|
exec-once = fcitx5
|
|
|
|
# Core components (authentication, lock screen, notification daemon)
|
|
exec-once = gnome-keyring-daemon --start --components=secrets
|
|
# exec-once = hyprpolkitagent
|
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
exec-once = hypridle
|
|
exec-once = dbus-update-activation-environment --all
|
|
exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk
|
|
exec-once = hyprpm reload
|
|
exec-once = mako
|
|
exec-once = nm-applet
|
|
exec-once = blueman-applet
|
|
|
|
# Audio
|
|
# exec-once = easyeffects --gapplication-service
|
|
|
|
# Clipboard: history
|
|
# exec-once = wl-paste --watch cliphist store &
|
|
exec-once = wl-paste --type text --watch cliphist store
|
|
exec-once = wl-paste --type image --watch cliphist store
|
|
|
|
# Cursor
|
|
exec-once = hyprctl setcursor Bibata-Modern-Ice 24
|
|
|
|
# Plugins
|
|
exec-once = hyprctl plugin load "/usr/lib/libhyprexpo.so"
|
|
|
|
# dock
|
|
# exec-once = nwg-dock-hyprland -d -i 32 -c "fuzzel" -ico "$HOME/.config/nwg-dock-hyprland/archlinux.png"
|
|
|
|
# Logitech Mouse
|
|
exec-once = solaar -w hide
|
|
|
|
# Applications associations
|
|
exec-once = kbuildsycoca6
|
|
|
|
# Sunshine
|
|
exec-once = sunshine
|