firefox-ctrl-q-workaround
firefox-ctrl-q-workaround copied to clipboard
alternative
I use something like:
bindsym Ctrl+q exec /bin/false
to disable it systemwide.
And for being able to kill other applications, one may use bindsym $mod+Shift+q kill
I actually like using Ctrl+Q most of the time, just not in FireFox
bindsym Ctrl+q exec nop
could be a option