From cbbde172473ed5552fd51aa02a4934b91913afc9 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 3 Apr 2017 16:44:38 -0500 Subject: [PATCH] Fix method of spawning a floating terminal --- de/sxhkdrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/de/sxhkdrc b/de/sxhkdrc index 62cc8b6..919ce60 100755 --- a/de/sxhkdrc +++ b/de/sxhkdrc @@ -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 @@ -170,7 +170,7 @@ super + space # lock the desktop super + ctrl + shift + l - dm-tool switch-to-greeter + dm-tool switch-to-greeter # $SHELL -c '$DOTFILES_PATH/env/x/screensaver/lock.sh' # spawn gui file explorer