Commit graph

12 commits

Author SHA1 Message Date
Vincent Bernat
63eb3ff794 keyboard: use XKB groups to switch between layouts
The use of XKB groups allow to switch between layouts with a key
combination (RCTRL + RSHIFT in our case). I don't need kbdd since I am
not really interested in switching keyboard layout per window.
2012-07-20 18:35:14 +02:00
Vincent Bernat
a89042b5d3 start: fix keyboard layouts 2012-07-18 16:06:47 +02:00
Vincent Bernat
f5aa2a1b51 keyboard: simplify configuration
xmodmap seems to modify the layout and will be kept if we switch to
another layout. Therefore, we only need to call it on start. Just move
the keyboard configuration to `start.lua`. `keyboard.lua` is just here
to manage kbdd.
2012-07-16 17:59:23 +02:00
Vincent Bernat
e66a4e79da start: call xrdb -merge on start 2012-07-16 17:39:12 +02:00
Vincent Bernat
5d55609657 keyboard: use kbdd for keyboard switching
A popup is used to indicate the current keyboard layout. Maybe we
could use a widget instead.
2012-07-14 12:29:48 +02:00
Vincent Bernat
4f8d580c8f start: when using xrun, also search for capitalized version of the name
Moreover, we use awful.rules.match_any to find clients.
2012-07-13 10:57:53 +02:00
Vincent Bernat
b1eaaf7516 start: make xrun start apps after awesome is ready
`xrun` is also moved in its own module
2012-07-13 08:21:57 +02:00
Vincent Bernat
1367a9bad1 start: start apps only when awesome is ready 2012-07-13 08:09:22 +02:00
Vincent Bernat
b0cb6e2b09 start: always run pidgin but force it offline at start 2012-07-09 13:34:24 +02:00
Vincent Bernat
9185f2ce9c start: start network manager applet on guybrush 2012-07-07 12:06:27 +02:00
Vincent Bernat
e93cb758eb start: use xcompmgr instead of unagi
unagi seems still a bit buggy and slow.
2012-07-07 02:08:52 +02:00
Vincent Bernat
c130561cb7 Initial commit. 2012-07-07 00:26:35 +02:00