mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +01:00
Remove everything urxvt from dotfiles
Went from termite to urxvt and back to termite again. Now the circle is complete! Joking aside, the reason urxvt was chosen over termite in the first place was because of better image support and less memory usage with multiple terminals open (due to urxvtc and urxvtd). Along the way, some things like emojis and other features only worked in termite. Since termite still works exceptionally well, and since image support isn't really an issue, termite should be more than good enough here. Plus, my config files work pretty well across both bspwm and Plasma. The extra memory saved from urxvtcd isn't needed on modern hardware, and even if it was, I could just use tmux. Getting rid of this extra dependency helps make my dotfiles cleaner.
This commit is contained in:
parent
abe4cfb739
commit
69d75cde7d
@ -22,54 +22,4 @@ Xft.hintstyle: hintfull
|
||||
! Make font colors look better (?)
|
||||
Xft.rgba: rgb
|
||||
|
||||
! urxvt settings
|
||||
URxvt.font: xft:Hack:size=12
|
||||
URxvt.scrollBar: false
|
||||
URxvt.internalBorder: 30
|
||||
URxvt.cursorBlink: true
|
||||
URxvt.pointerBlank: true
|
||||
|
||||
! https://wiki.gentoo.org/wiki/Rxvt-unicode
|
||||
URxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select
|
||||
URxvt.keysym.M-u: perl:url-select:select_next
|
||||
URxvt.url-launcher: /usr/bin/firefox
|
||||
URxvt.underlineURLs: true
|
||||
URxvt.matcher.button: 1
|
||||
URxvt.keysym.M-Escape:perl:keyboard-select:activate
|
||||
URxvt.keysym.Control-Shift-V: perl:pasta:paste
|
||||
URxvt.clipboard.autocopy: true
|
||||
|
||||
! Disable default ctrl shift behavior of urxvt
|
||||
URxvt.iso14755: false
|
||||
URxvt.iso14755_52: false
|
||||
|
||||
! This line is used to indicate where to add theme colors. Note that everything
|
||||
! after this line is replaced. See the theme docs for more information.
|
||||
! [colors]
|
||||
*foreground: #D0D0D0
|
||||
*cursorColor: #E0E0E0
|
||||
*background: #151515
|
||||
*color0: #151515
|
||||
*color8: #505050
|
||||
*color7: #D0D0D0
|
||||
*color15: #FFFFFF
|
||||
*color1: #FF0086
|
||||
*color9: #FF0086
|
||||
*color2: #00C918
|
||||
*color10: #00C918
|
||||
*color3: #ABA800
|
||||
*color11: #ABA800
|
||||
*color4: #3777E6
|
||||
*color12: #3777E6
|
||||
*color5: #AD00A1
|
||||
*color13: #AD00A1
|
||||
*color6: #1FAAAA
|
||||
*color14: #1FAAAA
|
||||
*color16: #FD8900
|
||||
*color17: #CC6633
|
||||
*color18: #202020
|
||||
*color19: #303030
|
||||
*color20: #B0B0B0
|
||||
*color21: #E0E0E0
|
||||
|
||||
! vim:ft=xdefaults
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
# Open a new terminal window
|
||||
super + Return
|
||||
urxvtcd
|
||||
termite
|
||||
|
||||
# Open a new terminal window with tmux
|
||||
super + shift + Return
|
||||
urxvtcd -e "tmux"
|
||||
termite -e "tmux"
|
||||
|
||||
# Reload sxhkd (applies new keybindings, etc.)
|
||||
super + Escape
|
||||
|
@ -3,6 +3,5 @@
|
||||
*/
|
||||
|
||||
.termite {
|
||||
/* Same as URxvt.internalBorder */
|
||||
padding: 30px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user