X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fi3%2Ffiles%2Fxprofile.jinja;h=4850825e90bf2e557ec2abb1f967bcd9f07cd0d8;hb=426fffbe143a34da7ab9e33038d4600ae438b2fe;hp=e5aa42f06225ba50ecf4ea46e73bb4af71140127;hpb=415e957f4d9f6b6659d80e2e02fc68babfa02e4a;p=max%2Fsaltfiles.git diff --git a/states/i3/files/xprofile.jinja b/states/i3/files/xprofile.jinja index e5aa42f..4850825 100755 --- a/states/i3/files/xprofile.jinja +++ b/states/i3/files/xprofile.jinja @@ -22,10 +22,15 @@ case $HOSTNAME in 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) - xrandr --output DP-0 --mode 2560x1440 --pos 0x0 - xrandr --output DP-2 --mode 3840x2160 --pos 2560x0 - xrandr --output DP-0 --primary + xrandr --output DP-2 --mode 2560x1440 --pos 0x0 + xrandr --output DP-0 --mode 3840x2160 --pos 2560x0 + xrandr --output DP-2 --primary ;; *) ;; @@ -40,4 +45,6 @@ xset -b export QT_QPA_PLATFORM="xcb" +export TERMINAL="kitty" + # vim: set expandtab tabstop=2 smarttab: