aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorCamil Staps2019-07-15 22:52:32 +0200
committerCamil Staps2019-07-15 22:52:32 +0200
commit73a9903d47fe72ada4e24c5fec6811a6a0356356 (patch)
tree67b50712dcef040501e7e86347bff95652a7e363 /system
parentAdd mod-shift-S shortcut to shutdown with confirmation (I disabled the power ... (diff)
Updates for Debian 10: increase font face size (new font in terminal); add QUOTING_STYLE to stop annoying new ls behaviour
Diffstat (limited to 'system')
-rw-r--r--system/.Xresources2
-rw-r--r--system/.profile3
2 files changed, 3 insertions, 2 deletions
diff --git a/system/.Xresources b/system/.Xresources
index 556d076..ec9da54 100644
--- a/system/.Xresources
+++ b/system/.Xresources
@@ -1,6 +1,6 @@
*faceName: DejaVu Sans Mono
*font: xft:DejaVu Sans Mono:size=8,xft:Estrangelo Edessa:size=10
-*faceSize: 8
+*faceSize: 9
*selectToClipboard: true
*dynamicColors: on
diff --git a/system/.profile b/system/.profile
index 4637065..0e1fc48 100644
--- a/system/.profile
+++ b/system/.profile
@@ -16,8 +16,9 @@ export PATH="$HOME/bin:$PATH"
export PATH="$HOME/bin.local:$PATH"
export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"
export SUDO_ASKPASS=~/bin/askpass
-export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp -Dsun.java2d.opengl=true'
export HISTTIMEFORMAT="%Y-%m-%d %T "
+export QUOTING_STYLE=literal
+export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp -Dsun.java2d.opengl=true'
cpmq() {
res="$(cpm $@)"