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
|
super + Return
|
||||||
urxvtc
|
urxvtc
|
||||||
|
|
||||||
|
# spawn a floating terminal
|
||||||
super + shift + Return
|
super + shift + Return
|
||||||
urxvtc -geometry 80x24; \
|
bspc rule -a '*' -o state=floating && urxvtc -geometry 80x24
|
||||||
bspc node -t floating
|
|
||||||
|
|
||||||
# spawn the app launcher
|
# spawn the app launcher
|
||||||
super + space
|
super + space
|
||||||
|
@ -170,7 +170,7 @@ super + space
|
||||||
|
|
||||||
# lock the desktop
|
# lock the desktop
|
||||||
super + ctrl + shift + l
|
super + ctrl + shift + l
|
||||||
dm-tool switch-to-greeter
|
dm-tool switch-to-greeter
|
||||||
# $SHELL -c '$DOTFILES_PATH/env/x/screensaver/lock.sh'
|
# $SHELL -c '$DOTFILES_PATH/env/x/screensaver/lock.sh'
|
||||||
|
|
||||||
# spawn gui file explorer
|
# spawn gui file explorer
|
||||||
|
|
Reference in a new issue