hyprland config update

This commit is contained in:
ltadeu6 2026-04-20 16:18:01 -03:00
parent 321a440ba9
commit 3b750b8010
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D
3 changed files with 18 additions and 64 deletions

View file

@ -25,6 +25,7 @@ monitor = $SIDE,1920x1080@60,-1400x-1080,1
# Autostart
exec-once = waybar & hyprpaper & dbus-launch kdeconnect-indicator
exec-once = sh -lc 'sleep 5; for _ in $(seq 1 10); do out="$(hyprctl monitors -j | jq -r ''.[] | select(.description == \"LG Electronics LG ULTRAWIDE 512AZWSDD473\") | .name'' | head -n1)"; [ -n "$out" ] && xrandr --output "$out" --primary --auto >/dev/null 2>&1 && exit 0; sleep 2; done'
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf