X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fi3%2Ffiles%2Fxprofile.jinja;h=42627e9f3486147c06777128d821c4e05124f6eb;hb=634dc2828b8627c5b39e97b6db27d9260a317db1;hp=3fd05e092e9f6df472975198377885bf420c1085;hpb=6580ed7f1f88fb45acca92432b4e500c090cfcc4;p=max%2Fsaltfiles.git diff --git a/states/i3/files/xprofile.jinja b/states/i3/files/xprofile.jinja index 3fd05e0..42627e9 100755 --- a/states/i3/files/xprofile.jinja +++ b/states/i3/files/xprofile.jinja @@ -1,9 +1,6 @@ #!/bin/sh # Load .Xresources xrdb -merge ~/.Xresources &> /dev/null -if [ -f ~/.Xresources.$HOSTNAME ]; then - xrdb -merge ~/.Xresources.$HOSTNAME &> /dev/null -fi # Set keyboard layout case $HOSTNAME in @@ -21,14 +18,14 @@ esac # Set screen layout case $HOSTNAME in barium) - xrandr --output DVI-I-2-1 --mode 3840x2160 --pos 2560x0 + xrandr --output DVI-I-2-1 --mode 3840x2160 --pos 2560x0 --rate 30 xrandr --output HDMI-1 --mode 2560x1440 --pos 0x360 xrandr --output eDP-1 --off ;; dubnium) - xrandr --output DVI-D-1 --mode 1920x1080 --pos 0x540 - xrandr --output DP-2 --mode 3840x2160 --pos 1920x0 - xrandr --output DP-2 --primary + xrandr --output DP-0 --mode 2560x1440 --pos 0x0 + xrandr --output DP-2 --mode 3840x2160 --pos 2560x0 + xrandr --output DP-0 --primary ;; *) ;;