X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fi3%2Ffiles%2Fxprofile.jinja;fp=states%2Fi3%2Ffiles%2Fxprofile.jinja;h=fcc1f7aef941443fabefb9ae4ddcd2122495a210;hb=6e8582fd90723c9c4b07deb3280dfdffb1159032;hp=ad5fcbdddaeecd794bf9ee12e6aa13e81d38ad0e;hpb=10e2bf6b95e8d698cee8e0870ca865524b4291ce;p=max%2Fsaltfiles.git diff --git a/states/i3/files/xprofile.jinja b/states/i3/files/xprofile.jinja index ad5fcbd..fcc1f7a 100755 --- a/states/i3/files/xprofile.jinja +++ b/states/i3/files/xprofile.jinja @@ -10,6 +10,12 @@ case $HOSTNAME in barium) layout-colemak_us ;; + dubnium) + setxkbmap -variant colemak us + xmodmap -e "keycode 66 = Control_L Control_L Control_L Control_L" + xmodmap -e "keycode 135 = Control_R Control_R Control_R Control_R" + xmodmap -e "add Control = Control_L Control_R" + ;; *) layout-colemak_gb ;; @@ -22,6 +28,10 @@ case $HOSTNAME in xrandr --output HDMI-1 --mode 3840x2160 --pos 1920x0 xrandr --output eDP-1 --mode 1920x1080 --pos 0x540 ;; + dubnium) + xrandr --output DVI-D-1 --mode 1920x1080 --pos 0x540 + xrandr --output DP-1 --mode 3840x2160 --pos 1920x0 + ;; *) ;; esac @@ -31,8 +41,6 @@ export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on" feh --bg-scale ~/Pictures/background_1080_1.png& -dunst& - xset -b export QT_QPA_PLATFORM="xcb"