1
0
forked from extern/nix-config

bspwm: Use tmux by default in all cases

Since tmux is only a problem when using neofetch with the w3m image
backend, I have instead added a new keybind to handle this use case,
which floats the terminal by default as well.
This commit is contained in:
Donovan Glover 2018-11-04 15:08:52 -05:00
parent cddcb504d3
commit abe2fab50d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 5 additions and 4 deletions

View File

@ -60,6 +60,7 @@ compton -b
# bspc rules
bspc rule -a mpv state=floating
bspc rule -a feh state=floating
bspc rule -a URxvt:floating state=floating
bspc rule -a kwrite state=floating
bspc rule -a ark state=floating

View File

@ -11,11 +11,11 @@ super + p
# Open a new terminal window
super + {_,shift} + Return
{termite -e "tmux new-session; set status",urxvtc}
{termite -e "tmux new-session \; set status",urxvtc -e fish -c "tmux new-session \; set status"}
# Toggle a dropdown terminal
super + backslash
~/.config/sxhkd/dropdown.sh
# Toggle a dropdown terminal or open a new floating window
super + {_,shift} + backslash
{~/.config/sxhkd/dropdown.sh,urxvtc -name floating}
# toggle polybar: top_padding depends on the height you set in polybar/config
super + o