From d47793c386bd30a4dfb8efacdf34216d91437fb7 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sun, 6 Aug 2023 22:20:53 -0700 Subject: [PATCH] fix: remove `bspc quit` command Signed-off-by: Lucas Sta Maria --- .config/sxhkd/sxhkdrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index f167347..9266316 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -51,8 +51,8 @@ super + Escape # # quit/restart bspwm -super + alt + {q,r} - bspc {quit,wm -r} +super + alt + r + bspc wm -r # close and kill super + {_,shift + }c