1
0
forked from extern/nix-config

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.
This commit is contained in:
Donovan Glover 2018-10-17 00:50:37 -04:00
parent aa155f19ca
commit 635432b33a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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}