Clean up startup programs

Also start 1p tray icon
This commit is contained in:
Michael Bradley 2025-01-31 12:47:32 -05:00
parent 88d08686b6
commit f564c2918c
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 7 additions and 6 deletions

View file

@ -174,14 +174,16 @@ bind=,escape,submap,reset
bind=SUPER,R,submap,reset
submap=reset
exec-once = ydotoold
exec-once = swww-daemon
exec = killall dunst; dunst # TODO: Use reload command once Arch packages the last version
exec-once = ~/.config/eww/startup.sh
exec = ~/scripts/swww_set.py
exec-once = swww-daemon
exec-once = ydotoold
exec-once = dunst
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = 1password --silent
exec = ~/scripts/swww_set.py
exec = dunstctl reload
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP HYPRLAND_INSTANCE_SIGNATURE
exec-once = systemctl --user import-environment
exec-once = /home/mbradley/.config/hypr/startup.sh
exec-once = /usr/bin/dex -a

View file

@ -1 +0,0 @@
#!/bin/env sh