mirror of
				https://github.com/DerTyp7/.dotfiles.git
				synced 2025-10-29 21:17:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 | |
| # ┃                    Autostart Configuration                  ┃
 | |
| # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
 | |
| 
 | |
| source = ~/.config/hypr/config/defaults.conf
 | |
| 
 | |
| # Autostart wiki https://wiki.hyprland.org/Configuring/Keywords/#executing
 | |
| 
 | |
| exec-once = swaybg -o \* -i ~/.config/hypr/background.jpg -m fill
 | |
| exec-once = waybar &
 | |
| exec-once = fcitx5 -d &
 | |
| exec-once = mako &
 | |
| exec-once = nm-applet --indicator &
 | |
| exec-once = bash -c "mkfifo /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob && tail -f /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob | wob & disown" &
 | |
| exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
 | |
| 
 | |
| # ## Slow app launch fix
 | |
| exec-once = systemctl --user import-environment &
 | |
| exec-once = hash dbus-update-activation-environment 2>/dev/null &
 | |
| exec-once = dbus-update-activation-environment --systemd &
 | |
| 
 | |
| # ## Idle configuration
 | |
| exec-once = $idlehandler
 |