The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

Config for neo2 keyboard layout

asked 2013-04-05 15:19:40 +0000

anonymous user

Anonymous

updated 2013-04-05 15:34:08 +0000

Hi there! Is anybody using i3 with alternative keyboard layouts, e.g. neo2? I’d like to use the „win“ (Mod 4) key for i3 actions, but I just can’t set it up correctly. I’m so sorry, clearly an user error, it is working, awesome.

edit retag flag offensive close merge delete

Comments

Why can’t you set it up correctly? The wizard (when you don’t have a config file) even asks you whether to use Mod1 or Mod4 and generates a configfile accordingly.

Michael gravatar imageMichael ( 2013-04-05 15:22:33 +0000 )edit

I've been using i3 since version 3.ε with Neo2 and Win-Key without issue. How did you try to set up Mod4 usage? Could you please link to your configuration or post at least part of it?

Adaephon gravatar imageAdaephon ( 2014-11-12 09:54:17 +0000 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2014-11-12 09:40:25 +0000

peterN gravatar image

updated 2014-11-12 09:41:27 +0000

Hi, I am using neo2 with i3wm without any glitches! How do you setup/use neo2? Which distribution do you use? On debian testing/unstable I switched the whole system to use neo2 by default by adapting /etc/default/keyboard like this

# /etc/default/keyboard switch system to neo2 layout
XKBMODEL="pc105"
XKBLAYOUT="de"
XKBVARIANT="neo"
#XKBOPTIONS="lv3:ralt_alt"
XKBOPTIONS=""

running the setup wizard of i3wm created a config file which was adapted to neo2 layout. That is it uses the same physical keys as the i3wm default by using the symbols/characters that neo2 has assigned to the physical keys.

# ~/.i3/config
set $mod Mod4
...
bindsym $mod+v layout tabbed
edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-05 15:19:40 +0000

Seen: 314 times

Last updated: Nov 12 '14