mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-17 19:38:54 +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
|
# Open a new terminal window
|
||||||
super + {_,shift} + Return
|
super + {_,shift} + Return
|
||||||
urxvtcd {_,-e "tmux"}
|
{termite -e "tmux new-session; set status",urxvtcd}
|
||||||
|
|
||||||
# Open a new transparent terminal
|
|
||||||
super + {_,shift} + backslash
|
|
||||||
termite -e {"tmux new-session; set status", "tmux"}
|
|
||||||
|
|
||||||
# toggle polybar: top_padding depends on the height you set in polybar/config
|
# toggle polybar: top_padding depends on the height you set in polybar/config
|
||||||
super + o
|
super + o
|
||||||
|
Loading…
Reference in New Issue
Block a user