about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/.Xresources-dark20
-rw-r--r--debian/.bashrc2
2 files changed, 12 insertions, 10 deletions
diff --git a/debian/.Xresources-dark b/debian/.Xresources-dark
index 9422c2a..4219cb7 100644
--- a/debian/.Xresources-dark
+++ b/debian/.Xresources-dark
@@ -1,6 +1,7 @@
+*.cursorColor:  #fce8c3
+*.pointerColor: #fce8c3
 *.foreground:   #fce8c3
 *.background:   #1c1b19
-*.cursorColor:  #fce8c3
 *.color0:       #1c1b19
 *.color1:       #ef2f27
 *.color2:       #519f50
@@ -18,12 +19,13 @@
 *.color14:      #53fde9
 *.color15:      #fce8c3
 
-*loginShell:  true
-*scrollBar:   false
-*saveLines:   65535
-*cursorBlink: false
-*jumpScroll:  true
+URxvt.loginShell:   true
+URxvt.scrollBar:    false
+URxvt.saveLines:    65535
+URxvt.cursorBlink:  false
+URxvt.visualBell:   true
+URxvt.jumpScroll:   true
 
-URxvt.font:             xft:Latin Modern Mono:size=12
-URxvt.termName:         rxvt-unicode-256color
-URxvt.perl-ext-common:  font-size
+URxvt.font: xft:Latin Modern Mono:size=12:autohint=true
+URxvt.termName: rxvt-unicode-256color
+URxvt.perl-ext-common: default,font-size
diff --git a/debian/.bashrc b/debian/.bashrc
index eaef3c6..112dd18 100644
--- a/debian/.bashrc
+++ b/debian/.bashrc
@@ -90,7 +90,7 @@ alias la='ls -A'
 # You may want to put all your additions into a separate file like
 # ~/.bash_aliases, instead of adding them here directly.
 # See /usr/share/doc/bash-doc/examples in the bash-doc package.
-alias l='$(fc -ln -1) | less'
+alias l='$(fc -ln -1) | less -r'
 alias r=ranger
 alias gcc='gcc -Wall -Wextra -pedantic -O2 -lm'
 alias g++='g++ -Wall -Wextra -pedantic -O2 -lm'