dotfiles/.config/hypr/includes/autostart.conf
Martin Büchler 6828cd8090 feat: integrate local Hyprland config into repo
- Add host-aware autostart for udiskie and steam (zsh, existence check)
- Remove redundant appearance env vars from env.conf
- Merge maximize suppression, XWayland drag fix, Steam/Lutris float rules into window rules
- Add NVIDIA env vars to desktop monitor config

🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-08-08 11:19:12 +02:00

15 lines
374 B
Plaintext

# Autostart applications
exec-once = waybar &
exec-once = mako &
exec-once = wl-clipboard-history -t &
exec-once = wlogout &
exec-once = rofi-wayland &
# exec-once = hyprpaper &
exec-once = hypridle &
# Start Brave browser on Hyprland startup
exec-once = brave &
exec-once = zsh -c 'command -v udiskie && udiskie -t'
exec-once = zsh -c 'command -v steam && steam -silent'