gri3-wm/i3-config-wizard
Michael Stapelberg 0dc11b5d22 i3-config-wizard: Bugfix: Check the modifier mapping to decide whether to use Mod1 or Mod4
Fixes #491

Before, we assumed XK_Alt_L was in Mod1 and XK_Super_L was in Mod4 (which is
true on most systems). Now we just check if the keycode is in Mod1 or Mod4 and
write the config accordingly.
2011-08-28 16:16:53 +02:00
..
Makefile makefiles: build subdirs (Thanks Kacper) 2011-07-25 00:31:35 +02:00
atoms.xmacro i3-config-wizard: use a managed, floating (dialog) window. fixes focus problems 2011-07-27 13:28:32 +02:00
cfgparse.l wizard: actually write the output config 2011-05-01 13:56:35 +02:00
cfgparse.y config-wizard: correctly handle shift-only bindings 2011-07-11 19:41:15 +02:00
ipc.c wizard: actually write the output config 2011-05-01 13:56:35 +02:00
ipc.h wizard: actually write the output config 2011-05-01 13:56:35 +02:00
main.c i3-config-wizard: Bugfix: Check the modifier mapping to decide whether to use Mod1 or Mod4 2011-08-28 16:16:53 +02:00
xcb.c i3-config-wizard: handle mouse button clicks on <win> and <alt> 2011-08-26 01:19:46 +02:00
xcb.h i3-config-wizard: use a managed, floating (dialog) window. fixes focus problems 2011-07-27 13:28:32 +02:00