X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fi3%2Ffiles%2Fxprofile.jinja;h=3fd05e092e9f6df472975198377885bf420c1085;hb=6580ed7f1f88fb45acca92432b4e500c090cfcc4;hp=fcc1f7aef941443fabefb9ae4ddcd2122495a210;hpb=b0880cf00031847d725e33bf83a32d2652b96a0e;p=max%2Fsaltfiles.git diff --git a/states/i3/files/xprofile.jinja b/states/i3/files/xprofile.jinja index fcc1f7a..3fd05e0 100755 --- a/states/i3/files/xprofile.jinja +++ b/states/i3/files/xprofile.jinja @@ -8,13 +8,10 @@ fi # Set keyboard layout case $HOSTNAME in barium) - layout-colemak_us + layout-qwerty_gb ;; 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-qwerty_gb ;; *) layout-colemak_gb @@ -24,13 +21,14 @@ esac # Set screen layout case $HOSTNAME in barium) - xrandr --output DP-1 --mode 1920x1080 --pos 0x540 - xrandr --output HDMI-1 --mode 3840x2160 --pos 1920x0 - xrandr --output eDP-1 --mode 1920x1080 --pos 0x540 + xrandr --output DVI-I-2-1 --mode 3840x2160 --pos 2560x0 + 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-1 --mode 3840x2160 --pos 1920x0 + xrandr --output DP-2 --mode 3840x2160 --pos 1920x0 + xrandr --output DP-2 --primary ;; *) ;;