X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fi3%2Ffiles%2Fxprofile.jinja;h=66637cec6623018ca542e8356d28fe9778de3c9f;hb=cc380a1eeb2fd611cfb96574b44dd00e2e168b92;hp=98a78bb3b51883721654d3d7749490f3be63ae34;hpb=71dcff1a952478991f82e0bc6421d731721fb233;p=max%2Fsaltfiles.git diff --git a/states/i3/files/xprofile.jinja b/states/i3/files/xprofile.jinja index 98a78bb..66637ce 100755 --- a/states/i3/files/xprofile.jinja +++ b/states/i3/files/xprofile.jinja @@ -18,8 +18,13 @@ esac # Set screen layout case $HOSTNAME in barium) - #xrandr --output DP-2 --mode 3840x2160 --pos 2560x0 --rate 60 - xrandr --output HDMI-1 --mode 2560x1440 + xrandr --output DP-2 --mode 3840x2160 --pos 2560x0 --rate 30 + xrandr --output DP-1 --mode 2560x1440 --pos 0x360 + #xrandr --output eDP-1 --off + ;; + baryte) + xrandr --output DP-3 --mode 2560x1440 --pos 0x360 + xrandr --output HDMI-1 --mode 3840x2160 --pos 2560x0 --rate 60 xrandr --output eDP-1 --off ;; dubnium) @@ -34,10 +39,12 @@ esac # Set java font option export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on" -feh --bg-scale ~/Pictures/background_1080_1.png& +nitrogen --restore & xset -b export QT_QPA_PLATFORM="xcb" +export TERMINAL="kitty" + # vim: set expandtab tabstop=2 smarttab: