Final commit before Lua migration
This commit is contained in:
+35
-13
@@ -1,27 +1,49 @@
|
||||
# Hyprland exosystem stuff
|
||||
# Run XDG autostart files (for GNOME Keyring, etc.)
|
||||
#exec-once = uwsm-app -s s -- dbus-update-activation-environment --systemd --all
|
||||
#exec-once = xdg-desktop-portal-hyprland
|
||||
#exec-once = xdg-desktop-portal
|
||||
#exec-once = dex --autostart --environment Hyprland
|
||||
#exec-once = uwsm-app -s s -- gnome-keyring-daemon --start --components=ssh,secrets,pkcs11
|
||||
#exec-once = ~/.config/hypr/scripts/gnome-keyring.sh
|
||||
#exec-once = ~/.config/hypr/scripts/startup.zsh
|
||||
|
||||
# env setup
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
# monitor profiles (Kanshi)
|
||||
exec-once = uwsm-app -- kanshi
|
||||
|
||||
# Hyprland ecosystem stuff
|
||||
exec-once = hyprpolkitagent
|
||||
exec-once = hypridle
|
||||
exec-once = hyprpaper
|
||||
exec-once = tmux setenv -g HYPRLAND_INSTANCE_SIGNATURE "${HYPRLAND_INSTANCE_SIGNATURE}"
|
||||
exec-once = uwsm app -- hypridle
|
||||
exec-once = uwsm app -- hyprpaper
|
||||
|
||||
|
||||
# status bar
|
||||
#exec-once = eww daemon && eww open bar
|
||||
#exec-once = uwsm-app -- eww daemon
|
||||
exec-once = uwsm app -- waybar
|
||||
#exec-once = ~/.config/hypr/scripts/setup-monitors.zsh
|
||||
|
||||
# espanso (text expander0
|
||||
exec-once = uwsm app -- espanso start
|
||||
|
||||
# notification daemon
|
||||
exec-once = dunst
|
||||
exec-once = uwsm app -- dunst
|
||||
|
||||
# systray apps
|
||||
exec-once = nm-applet
|
||||
exec-once = signal-desktop
|
||||
exec-once = sleep 15 && hp-systray
|
||||
exec-once = sleep 15 && blueman-applet
|
||||
|
||||
# status bar
|
||||
exec-once = eww daemon && eww open bar
|
||||
exec-once = hp-systray
|
||||
exec-once = blueman-applet
|
||||
#exec-once = syncthingtray-qt6 --wait
|
||||
|
||||
# clipboard
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = wl-clip-persist --clipboard regular
|
||||
|
||||
# GUI apps to launch
|
||||
#exec-once = tmux setenv -g HYPRLAND_INSTANCE_SIGNATURE "${HYPRLAND_INSTANCE_SIGNATURE}"
|
||||
|
||||
# apps to launch
|
||||
exec-once = qutebrowser
|
||||
exec-once = vivaldi-stable
|
||||
exec-once = slack
|
||||
exec-once = sleep 10 && alacritty
|
||||
exec-once = alacritty
|
||||
|
||||
Reference in New Issue
Block a user