]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/i3/files/xprofile.jinja
Set curser accel
[max/saltfiles.git] / states / i3 / files / xprofile.jinja
index aea5c9a20c0786e6d9667093e4df1557c31f8a91..66637cec6623018ca542e8356d28fe9778de3c9f 100755 (executable)
@@ -22,6 +22,11 @@ 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
@@ -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: