From 635432b33a253a268c37048bfb67c1d3c1fd0f80 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 17 Oct 2018 00:50:37 -0400 Subject: [PATCH] Update termite config Termite works exceptionally well as a transparent terminal, so I'll just let termite focus on true color, transparency, and displaying emoji while urxvt focuses on universal theme changing and images in the terminal. There doesn't seem to be a terminal out there (yet) that handles both of these things in all the software I want, so this compromise is good enough. --- .config/sxhkd/sxhkdrc | 8 ++++++++ .config/wal/templates/termite | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 790c9c07..d411d59b 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -9,6 +9,14 @@ super + Return super + shift + Return urxvtcd -e "tmux" +# Open a new transparent terminal +super + backslash + termite --config ~/.cache/wal/termite + +# Open a new transparent terminal with tmux +super + shift + backslash + termite --config ~/.cache/wal/termite -e "tmux" + # Reload sxhkd (applies new keybindings, etc.) super + Escape pkill -USR1 -x sxhkd diff --git a/.config/wal/templates/termite b/.config/wal/templates/termite index a5c20f5d..95cf8b01 100644 --- a/.config/wal/templates/termite +++ b/.config/wal/templates/termite @@ -12,7 +12,7 @@ foreground = {foreground} foreground_bold = {cursor} cursor = {cursor} cursor_foreground = {background} -background = rgba({background.rgb}, 0.5) +background = rgba({background.rgb}, 0.9) color0 = {color0} color1 = {color1}