baskerville/sxhkd

Ctrl + Q closes apps and I can't unbind that key

Chick2D opened this issue · 3 comments

Closing apps is literally binded to Ctrl + Shift + Q,

# close and kill
ctrl + {_,shift + }q
	bspc node -{c,k}

now this might seem reasonable except to drop everything in minecraft the keybind is ctrl q, not to mention shouldn't I be able to change every single keybind in sxhkd? Can someone tell me a solution please?

What do you mean you can't change them?

What do you mean you can't change them?

Nowhere in sxhkd do I bind Ctrl + Q to close an app but it still closes it, I want to make it not do that, how do I do that?

Nowhere in sxhkd do I bind Ctrl + Q to close an app...

# close and kill
ctrl + {_,shift + }q
	bspc node -{c,k}

Ctrl + q is bound to bspc node -c, which also closes the window.