i3 on suse with different keyboard layout
I am currently using the german-neo2 keyboard layout and i3, which works fine on an ubuntu machine.
At work I have to use Suse 12.3 and unfortunately, I can't user either i3 or the neo2 layout. If i want to use both I get some errors.
This starts with the i3-config-wizard which doesn't respond to keyboard inputs. After setting up a config-file manually and start i3, the first thing I recognize is that I am still on a qwertz-layout. (I set the layout in my i3-config with exec "setxkbmap de neo")
In this situation i3 seems to work even though I have some different keycodes in the config-file.If I change the keyboard layout to neo2 my keycodes don't work anymore. I suppose there migth be some issue at the start-up of i3 i.e. the config-file doesn't get loaded properly. Any Idea what goes wrong ? Thank you for any suggestions.
Are you using `bindcode` or `bindsym`? I'm using Neo2, too. I've set up my whole configuration with `bindcode` so the keys are the same no matter the layout.
I also tried it with bindcode, but this doesnt work, if I switch to the neo2 layout I cant use the modkeys. Therefore i suppose that the configfile somehow is not loaded properly.
That is very strange, it works flawlessly for me. It would help if we could have a look on your configuration. Could you add a few relevant lines from your configuration to your question?
I tried i.e. this config file, https://github.com/mgsnova/i3/blob/master/i3.config.keycodes. I also created a config file with the neo layout on another machine which don't work.