]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Add configuration for X for magnesium
authorMaximilian Friedersdorff <max@friedersdorff.com>
Mon, 8 Jan 2018 11:37:34 +0000 (11:37 +0000)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Mon, 8 Jan 2018 11:37:34 +0000 (11:37 +0000)
Keyboard layout
Screen layout
font size

X/.Xresources.magnesium [new file with mode: 0644]
X/.xinitrc

diff --git a/X/.Xresources.magnesium b/X/.Xresources.magnesium
new file mode 100644 (file)
index 0000000..803b551
--- /dev/null
@@ -0,0 +1 @@
+*faceSize: 12
\ No newline at end of file
index 86cfd39a5d3f3711885d7071fd5ad16fd6e06f23..2f7d505f4dac1d68f2396da0a37f093eef28febd 100644 (file)
@@ -27,7 +27,7 @@ case $HOSTNAME in
        xmodmap -e "keycode 135 = Control_R Control_R Control_R Control_R"
        xmodmap -e "add Control = Control_L Control_R"
        ;;
-    beryllium)
+    beryllium|magnesium)
        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"
@@ -42,6 +42,9 @@ case $HOSTNAME in
   beryllium)
     xrandr --output HDMI-1 --left-of DVI-I-1 
     ;;
+  magnesium)
+    xrandr --output VGA1 --right-of HDMI2
+    ;;
   *)
     ;;
 esac