Commit graph

14 commits

Author SHA1 Message Date
Vincent Bernat
d84574ebc3 dock: don't try to detect undocking, that doesn't work
Unplugging the dock while running seems harmful currently. Just use a
special command for that before undocking. On the other hand, docking
should just work.
2014-09-18 14:58:51 +02:00
Vincent Bernat
62c3f6a7f4 dock: restart awesome after reconfiguring
It is likely that awesome missed the second xrandr event.
2014-09-18 09:28:00 +02:00
Vincent Bernat
7f29fd3235 dock: configure dual screen when docking with two commands
xrandr doesn't handle the configuration in one go. Moreover, we cannot
just disable internal panel first then configure dual screens.
2014-09-18 09:25:59 +02:00
Vincent Bernat
6f7d274cca dock: fix xrandr invocation when undocking 2014-09-18 09:25:46 +02:00
Vincent Bernat
6f73015d1d dock: also configure the keyboard as expected 2014-09-18 07:31:02 +02:00
Vincent Bernat
1251eccf6d dock: try to do the change in one command 2014-09-18 07:29:40 +02:00
Vincent Bernat
4134170f6c dock: use USB keyboard to detect dock 2014-09-17 18:33:07 +02:00
Vincent Bernat
fa1e03624c input: make trackpoint snappier 2014-07-03 11:11:29 +02:00
Vincent Bernat
b0c4a6d43f input: make the trackpoint speedier 2014-06-21 08:36:23 +02:00
Vincent Bernat
2bf4642d88 keys: disable synaptics motion but keep gestures 2014-06-15 14:18:39 +02:00
Vincent Bernat
6a28acc5fa keys: disable touchscreen on Carbon X1 2014-06-11 17:53:13 +02:00
Vincent Bernat
bcf2f66102 keys: disable clickpad by using "huge" buttons 2014-06-11 17:41:21 +02:00
Vincent Bernat
a6506a223f keys: remove keyboard configuration from Lua code
Everything is now handled by inputplug.
2014-06-10 21:23:37 +02:00
Vincent Bernat
41bfe7fa0d keys: use inputplug to configure keyboards 2014-06-10 01:44:42 +02:00