Disabling a key binding? [closed]
I want to disable some keys because if the bindsym doesn't exists, the key is sent to the focused program (using the "win" key with nano for example).
My solution is ugly but works: bindsym [key] exec --no-startup-id :
Do you know of a better solution for this?
I'm looking for a "noop" style command that doesn't involve executing a shell.