diff options
author | Benjamin Morrison <ben@gbmor.org> | 2023-02-20 01:27:01 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2023-02-20 01:27:01 -0500 |
commit | c5bae0a85eccbfb07fa5b269b3e8d73e7a60bac4 (patch) | |
tree | 7c4bf9d45aa418a9c9e128e48a97c95e47a15c1c /.Xresources | |
parent | 88fb6eb07cae2b5ef069d35042ea78c59bde33db (diff) | |
download | dogfiles-c5bae0a85eccbfb07fa5b269b3e8d73e7a60bac4.tar.gz |
transparency and font change for urxvt. switch i3 bindings for terms.
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/.Xresources b/.Xresources index 0f81ced..955a426 100644 --- a/.Xresources +++ b/.Xresources @@ -1,10 +1,9 @@ -XTerm*faceName: 'Fira Code' +XTerm*faceName: 'JetBrains Mono' XTerm*faceSize: 8.5 *background: #000000 !*foreground: #657b83 *foreground: #ffffff *cursorColor: #16A085 - !*color0: #232423 !*color8: #282928 !*color1: #BA2922 @@ -25,14 +24,33 @@ XTerm*faceSize: 8.5 XTerm*utf8: true XTerm*metaSendsEscape: true -URxvt.font: xft:Fira Code:size=8.5 +URxvt.font: xft:JetBrains Mono:size=8.5 URxvt.depth: 32 +URxvt.background: [85]#000000 URxvt*scrollBar: false URxvt*mouseWheelScrollPage: false -URxvt*cursorBlink: true +URxvt*cursorBlink: false URxvt*saveLines: 5000 URxvt*internalBorder: 5 URxvt*geometry: 70x19 +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 + +! Normal copy-paste keybindings without perls +URxvt.iso14755: false +URxvt.keysym.Shift-Control-V: eval:paste_clipboard +URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard + +!Xterm escape codes, word by word movement +URxvt.keysym.Control-Left: \033[1;5D +URxvt.keysym.Shift-Control-Left: \033[1;6D +URxvt.keysym.Control-Right: \033[1;5C +URxvt.keysym.Shift-Control-Right: \033[1;6C +URxvt.keysym.Control-Up: \033[1;5A +URxvt.keysym.Shift-Control-Up: \033[1;6A +URxvt.keysym.Control-Down: \033[1;5B +URxvt.keysym.Shift-Control-Down: \033[1;6B rofi.color-enabled: true rofi.color-window: #272827, #13bf9d, #13bf9d @@ -50,16 +68,3 @@ rofi.padding: 5 rofi.fixed-num-lines: true rofi.hide-scrollbar: true -! Normal copy-paste keybindings without perls -URxvt.iso14755: false -URxvt.keysym.Shift-Control-V: eval:paste_clipboard -URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard -!Xterm escape codes, word by word movement -URxvt.keysym.Control-Left: \033[1;5D -URxvt.keysym.Shift-Control-Left: \033[1;6D -URxvt.keysym.Control-Right: \033[1;5C -URxvt.keysym.Shift-Control-Right: \033[1;6C -URxvt.keysym.Control-Up: \033[1;5A -URxvt.keysym.Shift-Control-Up: \033[1;6A -URxvt.keysym.Control-Down: \033[1;5B -URxvt.keysym.Shift-Control-Down: \033[1;6B |