home · contact · privacy
Move more font config into Xresources.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 13 Dec 2015 02:17:45 +0000 (03:17 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 13 Dec 2015 02:17:45 +0000 (03:17 +0100)
dotfiles/user/t450s/Xresources [deleted file]
dotfiles/user/t450s/Xresources-local [new file with mode: 0644]
dotfiles/user/thinkpad/Xresources [new file with mode: 0644]
dotfiles/user/thinkpad/i3/config
dotfiles/user/thinkpad/xinitrc
dotfiles/user/x200s/Xresources [deleted file]
dotfiles/user/x200s/Xresources-local [new file with mode: 0644]

diff --git a/dotfiles/user/t450s/Xresources b/dotfiles/user/t450s/Xresources
deleted file mode 100644 (file)
index 818d251..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-! black
-*color0: #202020
-*color8: #3F3F3F
-
-! red
-*color1: #A82020 
-*color9: #E82020
-
-! green
-*color2: #20A820
-*color10: #20E820
-
-! yellow
-*color3: #A8A820
-*color11: #E8E820 
-
-! blue
-*color4: #3F3FFF
-*color12: #9F9FFF
-
-! magenta
-*color5: #A83FFF
-*color13: #E89FFF
-
-! cyan
-*color6: #3FA8FF
-*color14: #9FE8FF
-
-! white
-*color7: #A8A8A8
-*color15: #E8E8E8
diff --git a/dotfiles/user/t450s/Xresources-local b/dotfiles/user/t450s/Xresources-local
new file mode 100644 (file)
index 0000000..3a1f113
--- /dev/null
@@ -0,0 +1,34 @@
+! font size
+XTerm*faceSize: 14
+
+! black
+*color0: #202020
+*color8: #3F3F3F
+
+! red
+*color1: #A82020 
+*color9: #E82020
+
+! green
+*color2: #20A820
+*color10: #20E820
+
+! yellow
+*color3: #A8A820
+*color11: #E8E820 
+
+! blue
+*color4: #3F3FFF
+*color12: #9F9FFF
+
+! magenta
+*color5: #A83FFF
+*color13: #E89FFF
+
+! cyan
+*color6: #3FA8FF
+*color14: #9FE8FF
+
+! white
+*color7: #A8A8A8
+*color15: #E8E8E8
diff --git a/dotfiles/user/thinkpad/Xresources b/dotfiles/user/thinkpad/Xresources
new file mode 100644 (file)
index 0000000..ebe9330
--- /dev/null
@@ -0,0 +1,4 @@
+! font
+XTerm*faceName: -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
+XTerm*reverseVideo: on
+XTerm*visualBell: on
index 68a15f8188fb4b0960a6d80d30aa39fd0a4c12a4..cc6fbc30e0619a628097dd944c50d1da3137f184 100644 (file)
@@ -11,9 +11,8 @@ workspace_layout              tabbed
 set                           $mod Mod4
 floating_modifier             $mod
 
-# Launch xterm small-font white-on-black or big-font black-on-white. 
-bindsym $mod+Return           exec xterm -vb -ls -r -fa -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -fs 8
-bindsym $mod+Shift+Return     exec xterm -vb -ls -fa -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -fs 19
+# Launch xterm.
+bindsym $mod+Return           exec xterm
 
 # Launch programs via dmenu.
 bindsym $mod+d                exec dmenu_run
index 2df586ff8ef25e5cba421a510ed957262236e530..b26ce552a4e4b7d09fe76d8dcfcdb156d5770510 100644 (file)
@@ -5,6 +5,7 @@ setxkbmap de
 
 # Read in X configuration.
 xrdb -merge ~/.Xresources
+xrdb -merge ~/.Xresources-local
 
 # Redshift to Berlin, Germany.
 redshift -rl 53:13 &
diff --git a/dotfiles/user/x200s/Xresources b/dotfiles/user/x200s/Xresources
deleted file mode 100644 (file)
index 89fb5bd..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-*color0: #000000
-*color8: #3F3F3F
-
-*color1: #BF0000
-*color9: #FF0000
-
-*color2: #00BF00
-*color10: #00FF00
-
-*color3: #BFBF00
-*color11: #FFFF00
-
-*color4: #3F3FFF
-*color12: #9F9FFF
-
-*color5: #BF3FFF
-*color13: #FFF9FF
-
-*color6: #3FBFFF
-*color14: #9FFFFF
-
-*color7: #BFBFBF
-*color15: #FFFFFF
diff --git a/dotfiles/user/x200s/Xresources-local b/dotfiles/user/x200s/Xresources-local
new file mode 100644 (file)
index 0000000..32c741c
--- /dev/null
@@ -0,0 +1,34 @@
+! font size
+XTerm*faceSize: 8
+
+! black
+*color0: #000000
+*color8: #3F3F3F
+
+! red
+*color1: #BF0000
+*color9: #FF0000
+
+! green
+*color2: #00BF00
+*color10: #00FF00
+
+! yellow
+*color3: #BFBF00
+*color11: #FFFF00
+
+! blue
+*color4: #3F3FFF
+*color12: #9F9FFF
+
+! magenta
+*color5: #BF3FFF
+*color13: #FFF9FF
+
+! cyan
+*color6: #3FBFFF
+*color14: #9FFFFF
+
+! white
+*color7: #BFBFBF
+*color15: #FFFFFF