diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 8225df1..14b2c2e 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -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 diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc index 8a5b91d..d3e9a78 100644 --- a/bspwm/.config/sxhkd/sxhkdrc +++ b/bspwm/.config/sxhkd/sxhkdrc @@ -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