- 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>
15 lines
374 B
Plaintext
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'
|