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:
parent
aa155f19ca
commit
635432b33a
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user