From ed1cc12b86df8a8dace90ee09065317dce8bef3a Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Sun, 21 Mar 2021 14:30:01 +0000 Subject: [PATCH] Change dubnium monitors --- states/i3/files/xprofile.jinja | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/states/i3/files/xprofile.jinja b/states/i3/files/xprofile.jinja index fcc1f7a..6774ffa 100755 --- a/states/i3/files/xprofile.jinja +++ b/states/i3/files/xprofile.jinja @@ -11,10 +11,7 @@ case $HOSTNAME in 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_us ;; *) layout-colemak_gb @@ -29,8 +26,9 @@ case $HOSTNAME in 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 + xrandr --output DVI-D-0 --mode 1920x1080 --pos 0x540 + xrandr --output DP-2 --mode 3840x2160 --pos 1920x0 + xrandr --output DP-2 --primary ;; *) ;; -- 2.45.2