Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Chick2D opened this issue Feb 5, 2023 · 3 comments
Open

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

Chick2D opened this issue Feb 5, 2023 · 3 comments

Comments

@Chick2D
Copy link

Chick2D commented Feb 5, 2023

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?

@SeerLite
Copy link

SeerLite commented Feb 5, 2023

What do you mean you can't change them?

@Chick2D
Copy link
Author

Chick2D commented Mar 6, 2023

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?

@MckinleyX
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants