Conflict-safe bash and i3wm interoperability of ALT command
How to make it possible inside i3wm for Alt
command to continue working as it should when in bash terminal?
For example Alt
+Backspace
should be deleting the word, and Alt
+#
should be commenting the line, but because i3wm (default config) takes usage of Alt
(Mod1
) command as prefix for most of the commands how do you go around this? Do people solve this by using a combination of Ctrl
+Alt
as a basic replacement for Mod1
?
I am sure there's a simple solution to this problem I couldn't find :(