Commit graph

370 commits

Author SHA1 Message Date
Vincent Bernat
ff9ce9621d Revert "compton: switch back to GLX backend"
This reverts commit ec4236f347. The
problem is still here.
2014-09-26 10:46:42 +02:00
Vincent Bernat
8b72b4f80e compton: kill compton before calling xrandr 2014-09-26 10:06:00 +02:00
Vincent Bernat
e4ee166056 compton: kill compton before restarting awesome 2014-09-26 10:05:42 +02:00
Vincent Bernat
ec4236f347 compton: switch back to GLX backend
Seems to work OK now. Dunno what was the change. Maybe terminal change?
2014-09-26 07:17:02 +02:00
Vincent Bernat
7391a2bee0 terminal: remove evilvte configuration 2014-09-26 07:06:54 +02:00
Vincent Bernat
4747223625 terminal: use an icon for terminal
`vbeterm` doesn't come with an icon.
2014-09-25 20:38:49 +02:00
Vincent Bernat
1d38a56327 terminal: switch to my own custom terminal 2014-09-25 12:01:16 +02:00
Vincent Bernat
e3f653acb5 dock: sleep a bit more when docking before restarting awesome 2014-09-25 11:55:32 +02:00
Vincent Bernat
05486739e9 dock: when docking, disable wifi 2014-09-25 09:30:48 +02:00
Vincent Bernat
bc01d1511f terminal: use a small minimal size
Otherwise, we evilvte cannot be resized down...
2014-09-23 21:07:53 +02:00
Vincent Bernat
5819a5ad80 terminal: don't show terminal icon for evilvte
We can handle that directly in awesome.
2014-09-23 20:50:50 +02:00
Vincent Bernat
dd693fc5e6 terminal: don't use env variable to give a name to GTK terminal
GTK applications accept `--name` as a special parameter just for that.
2014-09-23 20:49:21 +02:00
Vincent Bernat
4cc87d1cce input: disable synaptics except for click
I don't have time to patch the driver at each upgrade. Moreover, I don't
use scrolling that much.
2014-09-21 09:55:09 +02:00
Vincent Bernat
b57bffcd16 compton: don't use DRM for vsync, ugly 2014-09-20 09:43:49 +02:00
Vincent Bernat
a20ee81fa5 terminal: switch to evilvte
With a custom compilation. It supports more stuff than xfce4-terminal,
notably italics. There are still a lot to do to have something as nice
as rxvt... Should be compiled with GTK3, otherwise, it will have the
same problems than xfce4-terminal.
2014-09-20 01:20:17 +02:00
Vincent Bernat
0cdc86dd0d terminal: don't keep "Terminal" in the title 2014-09-19 15:58:30 +02:00
Vincent Bernat
45b06f3cd8 terminal: darker background 2014-09-19 15:58:23 +02:00
Vincent Bernat
c1c6ca9324 compton: don't use glx backend
It doesn't work well with newer Intel drivers.
2014-09-19 15:54:57 +02:00
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
fba170f85c Revert "lock: use xss-lock as provided by the system"
This reverts commit 2a1920d02c.

Conflicts:
	xsession
2014-09-17 22:23:09 +02:00
Vincent Bernat
5862342f14 terminal: more transparent background 2014-09-17 20:42:19 +02:00
Vincent Bernat
a92e68eb4d quake: let use role if we cannot set name
Some terminals do not allow to set name (like xfce4-terminal). In this
case, use the role.
2014-09-17 20:31:48 +02:00
Vincent Bernat
4134170f6c dock: use USB keyboard to detect dock 2014-09-17 18:33:07 +02:00
Vincent Bernat
f19b22cd43 terminal: use "terminal" for class
We do substring match. Dunno why "Xfce4-terminal" wasn't working...
2014-09-17 18:14:08 +02:00
Vincent Bernat
b30a00e7e3 xsettings: fix invocation of xsettings 2014-09-17 18:02:03 +02:00
Vincent Bernat
9e3964f32b terminal: fix xfce4-terminal invocation 2014-09-17 18:01:03 +02:00
Vincent Bernat
3d903fc6ba terminal: use xfce4-terminal
While rxvt-unicode is great, it doesn't support xsettings making it
difficult to use when DPI can change while running.
2014-09-17 17:52:04 +02:00
Vincent Bernat
26651bc709 redshift: fix location to Lausanne 2014-09-17 16:55:10 +02:00
Vincent Bernat
f10cb9fb84 xsettings: use some helper to configure xsettingsd 2014-09-17 10:39:22 +02:00
Vincent Bernat
3743b30f3a xsettings: use a customized xsettingsd file 2014-09-17 10:16:42 +02:00
Vincent Bernat
3698e6c650 xsettings: use xsettingsd 2014-09-17 10:12:14 +02:00
Vincent Bernat
2a1920d02c lock: use xss-lock as provided by the system 2014-09-17 09:38:28 +02:00
Vincent Bernat
bd807d5f4c lock: don't dim, use a notification
One time out of two, the screen will stay black. Moreover, since this is
not incorruptible, it is cumbersome to cancel it.
2014-09-14 18:55:57 +02:00
Vincent Bernat
863f117243 lock: add date/time to messages 2014-09-14 11:03:45 +02:00
Vincent Bernat
9d9234e4dd lock: workaround race condition with dimming
For some reason, the race condition is here. Dunno how to fix it. Just
workaround it with another race condition... :(
2014-09-14 08:41:18 +02:00
Vincent Bernat
e251895730 lock: set minimum brightness to 1
This is done to avoid turning off the screen.
2014-09-14 08:39:37 +02:00
Vincent Bernat
83c49d1222 lock: avoid race condition with xbacklight 2014-09-13 20:33:17 +02:00
Vincent Bernat
8dc196e60d lock: ensure that dim stops before end of period
Otherwise, we have concurrent xbacklight processes
2014-09-13 20:31:09 +02:00
Vincent Bernat
e0b246bee9 lock: add some debugging 2014-09-13 07:33:37 +02:00
Vincent Bernat
30767bea20 lock: ensure notification happens before timeout 2014-09-12 21:24:10 +02:00
Vincent Bernat
9eb6982085 lock: use more steps to fade screen 2014-09-12 21:23:36 +02:00
Vincent Bernat
35f0a4296b lock: fade screen during 10 seconds 2014-09-12 21:23:15 +02:00
Vincent Bernat
03cc98a4e8 xsession: reenable rfkill
Not handled by systemd. However, backlight is kept between reboots.
2014-09-12 15:02:23 +02:00
Vincent Bernat
61dfa49fb7 lock: start xss-lock in xsession
It seems that spawning it will just crash awesome.
2014-09-12 15:01:52 +02:00
Vincent Bernat
bfb8c77781 lock: sleep a bit to let i3lock lock the screen
We could let i3lock fork to notify us but then, we have to spy on it to
know when the screen is unlocked.
2014-09-12 14:53:59 +02:00