Fix method of spawning a floating terminal
This commit is contained in:
parent
2a69086abc
commit
cbbde17247
|
@ -160,9 +160,9 @@ super + shift + t
|
|||
super + Return
|
||||
urxvtc
|
||||
|
||||
# spawn a floating terminal
|
||||
super + shift + Return
|
||||
urxvtc -geometry 80x24; \
|
||||
bspc node -t floating
|
||||
bspc rule -a '*' -o state=floating && urxvtc -geometry 80x24
|
||||
|
||||
# spawn the app launcher
|
||||
super + space
|
||||
|
|
Reference in a new issue