diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-02-10 17:31:52 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-02-10 17:31:52 -0500 |
commit | 5117752183c967173b3946f9458558dab6cd016d (patch) | |
tree | 8b588d51363ef4aef41901c06b3d02fb0aaaaf6b /.Xresources | |
parent | f3e67c4f0922a9538b11e9618bb6022a89fc5f49 (diff) | |
download | dotfiles-5117752183c967173b3946f9458558dab6cd016d.tar.xz dotfiles-5117752183c967173b3946f9458558dab6cd016d.zip |
misc
- add pianobar config
- update font config
- update coc.nvim
- update vimrc
- update, simplify startup config
- update docking shortcuts
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources index 42faeea..53c2779 100644 --- a/.Xresources +++ b/.Xresources @@ -1,4 +1,6 @@ +!! DPI Xft.dpi: 96 + !! drop in Solarized colorscheme for Xresources/Xdefaults !!SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB @@ -76,3 +78,25 @@ Xft.dpi: 96 !! white dark/light *color7: S_base2 *color15: S_base3 + +!! URxvt +URxvt.font: xft:monospace:size=13 +URxvt.letterSpace: 0 +URxvt.lineSpace: 0 +URxvt.scrollBar: false +URxvt.urgentOnBell: true +URxvt.skipBuiltinGlyphs: true +URxvt.cursorBlink: true +URxvt.pointerBlank: true +!!URxvt.url-launcher url_handler.sh +URxvt.jumpScroll: true +!URxvt.clipboard.autocopy: true + +! Disable ISO 14755 unicode input so we can use Ctrl-Shift bindings +URxvt.iso14755: false +URxvt.iso14755_52: false + +! Bind Ctrl-Shift-c & Ctrl-Shift-v to copy and paste +! I dont know why, but I needed to use hex keysym values to get it to work +URxvt.keysym.C-S-0x43: eval:selection_to_clipboard +URxvt.keysym.C-S-0x56: eval:paste_clipboard |