aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-03-20 19:46:50 +0100
committerCamil Staps2016-11-30 19:11:07 +0100
commit79a14ac442edc596937a603dc5a15894cb8f3d6c (patch)
tree2bb6cf4b9822f9665d5ecb4dd866fe9cd5bcf410
parentSource profile in bashrc (diff)
Terminal font size; reset background when changing monitors
-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