aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/dualmon1
-rw-r--r--system/Xresources.symlink4
2 files changed, 3 insertions, 2 deletions
diff --git a/bin/dualmon b/bin/dualmon
index aa7ed82..4437e4d 100755
--- a/bin/dualmon
+++ b/bin/dualmon
@@ -1,3 +1,4 @@
#!/bin/bash
xrandr --output eDP1 --below HDMI2 --primary --output HDMI2 --auto
xinput disable Atmel
+if [ -f ~/.bg.png ]; then feh -B white --bg-max ~/.bg.png; fi
diff --git a/system/Xresources.symlink b/system/Xresources.symlink
index 631e151..801f715 100644
--- a/system/Xresources.symlink
+++ b/system/Xresources.symlink
@@ -1,9 +1,9 @@
XTerm*faceName: DejaVu Sans Mono
-XTerm*faceSize: 10
+XTerm*faceSize: 9
XTerm*selectToClipboard: true
XTerm*dynamicColors: on
UXTerm*faceName: DejaVu Sans Mono
-UXTerm*faceSize: 10
+UXTerm*faceSize: 9
UXTerm*selectToClipboard: true
UXTerm*dynamicColors: on