hyprland config update
This commit is contained in:
parent
321a440ba9
commit
3b750b8010
3 changed files with 18 additions and 64 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue