Vincent Bernat
785f25a296
volume: fix theme scaling
2018-08-25 00:58:08 +02:00
Vincent Bernat
8689e2583a
input: make compose work with any right key
2018-08-22 19:44:50 +02:00
Vincent Bernat
1907e37928
volume: scale volume text with DPI
2018-08-16 18:46:55 +02:00
Vincent Bernat
39e515bab6
widgets: better handling of HiDPI
2018-08-14 21:23:12 +02:00
Vincent Bernat
9704e2c1ec
signals: when using Google Meet, don't change opacity
2018-08-08 14:16:27 +02:00
Vincent Bernat
c3f44fb0c3
wallpaper: python3 compatibility
2018-08-05 22:37:42 +02:00
Vincent Bernat
c7a3a44b37
xsession: more changes for compton
2018-08-04 10:55:31 +02:00
Vincent Bernat
f6486dff94
xsession: daily change of compton command-line
2018-08-03 07:59:41 +02:00
Vincent Bernat
197e5cdb1d
wallpaper: favor bigger images
2018-08-02 23:21:36 +02:00
Vincent Bernat
2588551af0
wallpaper: handle wide wallpapers
2018-08-01 14:24:53 +02:00
Vincent Bernat
93fe3e3cef
xsession: with nvidia, just use xrender backend
...
GLX backend just triggers bugs everytime. It seems I don't need to use
a vsync method as there is no tearing as is.
2018-08-01 11:09:38 +02:00
Vincent Bernat
a73094f48c
xsession: renable compton's glx-no-rebind-pixmap
...
With more recent nvidia drivers (396.x instead of 390.x), it now works.
2018-08-01 08:54:10 +02:00
Vincent Bernat
56a264731d
start: don't start pulseaudio
...
It's now started by systemd --user.
2018-08-01 08:32:29 +02:00
Vincent Bernat
6e5ed5605b
xsession: starts xiccd on start
2018-07-30 18:44:07 +02:00
Vincent Bernat
99f840b872
Revert "xsession: enable --unredir-if-possible compton option"
...
This reverts commit 08d310408a
. Bad idea
as it will bring back tearing.
2018-07-29 00:40:58 +02:00
Vincent Bernat
a6bf0746b0
requirements.txt: update
...
Not sure this is totally accurate.
2018-07-29 00:09:31 +02:00
Vincent Bernat
bf0483f610
xsettings: correctly compute Gdk/UnscaledDPI value
...
For fractional scaling factor, it's not always 96dpi.
2018-07-29 00:02:45 +02:00
Vincent Bernat
08d310408a
xsession: enable --unredir-if-possible compton option
2018-07-28 22:35:15 +02:00
Vincent Bernat
731ea82793
xsession: remove GDM hack
2018-07-28 22:35:09 +02:00
Vincent Bernat
06bbd3f418
xsession: parse ~/.zshenv to get path
2018-07-28 21:09:51 +02:00
Vincent Bernat
9d19e3e0b0
widgets: also scale widget width with theme scale
2018-07-28 17:14:39 +02:00
Vincent Bernat
b9f6e1b7b2
xsession: do not use compton's --glx-no-rebind-pixmap
...
Cause some issues in Emacs.
2018-07-28 12:56:37 +02:00
Vincent Bernat
7c8c7b2401
xsession: enable QT autoscaling according to screen DPI
...
This seems to work great!
2018-07-28 11:12:16 +02:00
Vincent Bernat
13ecec71a9
xsession: different compton configuration for nvidia
...
Use of --glx-no-stencil introduces flickering.
2018-07-28 11:11:55 +02:00
Vincent Bernat
d589657246
xsession: use a faster method in compton for GLX swap
2018-07-28 10:33:32 +02:00
Vincent Bernat
bce16c6d6a
xsession: on neo, set primary screen
...
Default primary is DP-0.
2018-07-28 10:29:21 +02:00
Vincent Bernat
23581a2bcd
xsession: make compton settings depend on GLX driver
2018-07-28 10:28:27 +02:00
Vincent Bernat
f0953a9291
xsettings: try a bit with subpixel rendering disabled
...
This should provide some speedup. It looks good on HiDPI. If it isn't
great on low-DPI, we'll switch it on/off dynamically.
2018-07-28 10:07:59 +02:00
Vincent Bernat
d52488e1c9
xsettings: always set Gdk/* properties
...
It shouldn't hurt if we use 1 as scaling factor.
2018-07-27 22:53:54 +02:00
Vincent Bernat
387c6d0078
xsettings: use xsettings to set scale factor
2018-07-27 22:50:05 +02:00
Vincent Bernat
461223a0a3
xsession: on neo, help with scaling on GTK/GDK
2018-07-27 22:31:18 +02:00
Vincent Bernat
87ab994252
xsession: fix DPI for neo
2018-07-27 22:06:02 +02:00
Vincent Bernat
1aa03a9044
xsettings: configure neo for new 4K screens
2018-07-27 21:44:16 +02:00
Vincent Bernat
846cd2f680
input-event: fix accel of trackpoint
2018-07-22 12:15:01 +02:00
Vincent Bernat
4f0a973cba
xsession: disable radios through NM too
...
NetworkManager will sync its state with rfkill now...
2018-07-13 09:06:25 +02:00
Vincent Bernat
c46a44d646
input: try to handle undocking too
2018-07-04 18:46:38 +02:00
Vincent Bernat
eb8b4ee905
start: don't run pidgin on start
...
And don't reserve a tag either. XMPP is dead...
2018-05-11 07:52:28 +02:00
Vincent Bernat
b4b2f5064e
widgets: don't rely on ncal highlighting current date
...
On recent versions, highlighting is disabled on non-TTY outputs.
2018-01-22 06:36:49 +01:00
Vincent Bernat
ffea7be396
Revert "widgets: don't do anything when clicking on tasklist"
...
This reverts commit dd27658d13
. OK, if I
minimize something, I need it.
2017-07-04 16:30:52 +02:00
Vincent Bernat
f8e519691c
Revert "start: remove --paint-on-overlay from compton options"
...
This reverts commit 3eded8cdd4
. This mess
with screen configuration.
2017-06-20 09:12:21 +02:00
Vincent Bernat
3eded8cdd4
start: remove --paint-on-overlay from compton options
2017-06-19 15:35:07 +02:00
Vincent Bernat
ca4759b3d6
spotify: spawn a background process for DBus communication
...
Otherwise, we will block awesome if spotify isn't answering
2017-06-05 20:39:14 +02:00
Vincent Bernat
a7919941b3
xsession: lower redshift night temperature
2017-04-18 22:16:23 +02:00
Vincent Bernat
dd27658d13
widgets: don't do anything when clicking on tasklist
...
I never used this feature except by mistake.
2017-03-14 21:01:10 +01:00
Vincent Bernat
a7b63b1450
brightness: use gsd-backlight-helper instead of xbacklight
...
xbacklight is currently broken.
2016-12-07 20:52:27 +01:00
Vincent Bernat
cfac99fcc6
start: kill nm-applet on start
...
It's not unusual for it to become out-of-sync. Dunno if it is because of
configuration change or anything else, but an easy solution is to
restart it often.
2016-11-11 10:49:22 +01:00
Vincent Bernat
1585d610b7
rules: ensure i3lock stays on top
2016-11-04 14:42:41 +01:00
Vincent Bernat
faabca55e2
input: try natural scrolling for synaptics touchpad
2016-07-31 13:45:58 +02:00
Vincent Bernat
e5f053996e
Revert "start: don't run polkit agent"
...
This reverts commit f81ccb9f89
. This is
not as useless as it seemed.
2016-07-24 22:35:25 +02:00
Vincent Bernat
66b9debba1
lock: i3lock is now able to use XSS_SLEEP_LOCK_FD directly
2016-06-06 10:20:15 +02:00