summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-09-09 20:45:48 +0530
committerlistout <listout@protonmail.com>2021-09-09 20:45:48 +0530
commit1ea705b5a21e2beb322bec455d08bf873eb9ce39 (patch)
tree87860a4e000f503642da73709379acbd526ed114 /.Xresources
parentfd224cb961b1defae9a085c63c188727c4ff6584 (diff)
removed xterm settings
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources26
1 files changed, 2 insertions, 24 deletions
diff --git a/.Xresources b/.Xresources
index 5db1410..9d299c3 100644
--- a/.Xresources
+++ b/.Xresources
@@ -23,8 +23,8 @@
! URxvt config
URxvt.scrollBar: flase
-URxvt.font: xft:Dina:pixelsize=12
-URxvt.boldFont: xft:Dina:bold:pixelsize=12
+URxvt.font: xft:TamzenForPowerline:pixelsize=15
+URxvt.boldFont: xft:TamzenForPowerline:bold:pixelsize=15
URxvt.keysym.Shift-Up: command:\033]720;1\007
@@ -48,26 +48,4 @@ URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1
-! XTerm config
-! copy paste
-xterm*VT100.Translations: #override \
- Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
- Ctrl Shift <Key>C: copy-selection(CLIPBOARD)
-
-! small menu
-XTerm.vt100.geometry: 80x32
-
-! Force utf-8
-XTerm.vt100.locale: false
-XTerm.vt100.utf8: true
-
-! Make alt key behave properly
-XTerm.vt100.metaSendsEscape: true
-
-! Number of lines saved
-XTerm.vt100.saveLines: 4096
-
-! Fontface
-XTerm.vt100.faceName: Dina:pixelsize=12
-
! vim: set filetype=xdefaults nomodeline: