mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-17 03:19:05 +01:00
sxhkd: Simplify terminal options
Since urxvt and termite now look very similar to each other (except for transparency), and since images do not play nicely in tmux / transparent windows, it makes sense to separate tasks between the two.
This commit is contained in:
parent
d97175b059
commit
2f4aa0e865
@ -11,11 +11,7 @@ super + p
|
||||
|
||||
# Open a new terminal window
|
||||
super + {_,shift} + Return
|
||||
urxvtcd {_,-e "tmux"}
|
||||
|
||||
# Open a new transparent terminal
|
||||
super + {_,shift} + backslash
|
||||
termite -e {"tmux new-session; set status", "tmux"}
|
||||
{termite -e "tmux new-session; set status",urxvtcd}
|
||||
|
||||
# toggle polybar: top_padding depends on the height you set in polybar/config
|
||||
super + o
|
||||
|
Loading…
Reference in New Issue
Block a user