From 69d75cde7dc0379605d194bd453f7c96af026f27 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 7 Sep 2018 18:38:39 -0400 Subject: [PATCH] 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. --- dots/bspwm/.Xresources | 50 ----------------------------- dots/bspwm/.config/sxhkd/sxhkdrc | 4 +-- dots/common/.config/gtk-3.0/gtk.css | 1 - 3 files changed, 2 insertions(+), 53 deletions(-) diff --git a/dots/bspwm/.Xresources b/dots/bspwm/.Xresources index 9b29eb25..15aef87d 100644 --- a/dots/bspwm/.Xresources +++ b/dots/bspwm/.Xresources @@ -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 diff --git a/dots/bspwm/.config/sxhkd/sxhkdrc b/dots/bspwm/.config/sxhkd/sxhkdrc index ad3ef4cc..d01287b4 100644 --- a/dots/bspwm/.config/sxhkd/sxhkdrc +++ b/dots/bspwm/.config/sxhkd/sxhkdrc @@ -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 diff --git a/dots/common/.config/gtk-3.0/gtk.css b/dots/common/.config/gtk-3.0/gtk.css index 0c930ce5..8202fb28 100644 --- a/dots/common/.config/gtk-3.0/gtk.css +++ b/dots/common/.config/gtk-3.0/gtk.css @@ -3,6 +3,5 @@ */ .termite { - /* Same as URxvt.internalBorder */ padding: 30px; }