Commit graph

327 commits

Author SHA1 Message Date
Vincent Bernat
b3bbc8e1f8 xsettings: switch cursor to Adwaita
In the hope it would work inside Flatpak. No luck.
2020-04-11 20:32:22 +02:00
Vincent Bernat
2de35a0f3f xsettings: move GTK 3 settings to xsettingsd
Everything is move to GTK 2 only. Some stuff are not present in
xsettings because they were deprecated in GTK 3.
2020-04-11 20:24:54 +02:00
Vincent Bernat
4624d17e93 theme: use TTF version of Terminus
Pango 1.44 dropped support for bitmap fonts
2020-04-11 08:05:37 +02:00
Vincent Bernat
355f983fdb theme: don't hardcode Terminus outside theme.lua 2020-04-11 08:02:30 +02:00
Vincent Bernat
ceaac5525e widgets: tentative to fix calendar for days of last week 2020-03-31 08:16:15 +02:00
Vincent Bernat
6adab7dda3 signals: add special rule for zoom 2020-03-17 16:11:27 +01:00
Vincent Bernat
53bff663c3 widgets: correctly wrap volume functions 2020-03-08 18:59:01 +01:00
Vincent Bernat
7c58bff7d1 volume: don't make the microphone a special case 2020-03-08 00:07:01 +01:00
Vincent Bernat
02e16874c9 volume: implement mic toggle as well 2020-03-08 00:02:07 +01:00
Vincent Bernat
a528e2f242 wallpaper: replace lua timer by a systemd timer 2020-02-05 08:16:27 +01:00
Vincent Bernat
387279800e tags: use xdg-open
This way, Firefox is the default via XDG
2020-02-03 09:48:51 +01:00
Vincent Bernat
2c8bebbd12 tags: use x-www-browser instead of Firefox 2020-02-03 09:44:33 +01:00
Vincent Bernat
2463736fdc xrandr: simplify xrandr menu with autorandr 2020-01-29 05:16:25 +01:00
Vincent Bernat
243de00594 start: move start commands to systemd misc-x@.service 2020-01-26 09:07:20 +01:00
Vincent Bernat
80cd6d2c26 xss-lock: use a simpler process to dim display
Just set a low brightness.
2020-01-24 23:02:07 +01:00
Vincent Bernat
9910ae4c11 xss-lock switch to BSOD 2020-01-24 22:49:34 +01:00
Vincent Bernat
84a6752c11 xss-lock: use xscreensaver barcode 2020-01-24 22:44:16 +01:00
Vincent Bernat
a4c82b5b90 tags: don't consider Chromium as intrusive on fullscreen 2020-01-24 22:33:02 +01:00
Vincent Bernat
ae691bb025 systemd: tentative to manage session with systemd
To me, I think it was cleaner to have a parameter with the current
display. This way, the session is specific to the current display. It
seems BindsTo doesn't think this way.
2020-01-19 19:06:49 +01:00
Vincent Bernat
26a3d833b8 signals: don't apply transparency to Firefox PIP window 2020-01-11 23:25:42 +01:00
Vincent Bernat
52adad2eab rules: add Firefox Picture-in-Picture as a floating window 2020-01-11 23:22:38 +01:00
Vincent Bernat
3c147837d7 rules: remove stuff for Flash 2020-01-11 23:22:29 +01:00
Vincent Bernat
c0e324ea73 widgets: new guybrush has its battery as BAT0 2020-01-11 23:08:41 +01:00
Vincent Bernat
119b69b111 quake: use only one quake console for all screens 2019-10-12 11:41:24 +02:00
Vincent Bernat
4b33f2aa9c signals: remove special rule for Google Meet
I am not using it anymore.
2019-03-18 15:48:11 +01:00
Vincent Bernat
7d036a8c05 widget: make volume widget work again too 2018-11-10 00:25:45 +01:00
Vincent Bernat
4267dc2927 bindings: document an alternative to ImageMagick for screenshots
I keep forgetting the name otherwise. Unfortunately, it doesn't know
how to capture a window.
2018-10-18 11:49:04 +02:00
Vincent Bernat
c8ada41ed4 mime: update MIME handler for PDF
Newest applications are using vendor-name.desktop scheme.
2018-10-10 13:19:43 +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
56a264731d start: don't start pulseaudio
It's now started by systemd --user.
2018-08-01 08:32:29 +02:00
Vincent Bernat
9d19e3e0b0 widgets: also scale widget width with theme scale 2018-07-28 17:14:39 +02:00
Vincent Bernat
23581a2bcd xsession: make compton settings depend on GLX driver 2018-07-28 10:28:27 +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
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
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
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
f81ccb9f89 start: don't run polkit agent
Seems to be useless.
2016-05-23 14:34:36 +02:00
Vincent Bernat
572f39c0c1 rc: don't start udisks-glue
Use "udisksctl mount -b /dev/sdb1" instead.
2016-04-29 16:40:13 +02:00
Vincent Bernat
1e993bfa10 appearance: fix GTK3 bindings
With newer versions of GTK, the appropriate CSS property and the CSS
classes have changed their names.
2016-04-27 18:13:27 +02:00
Vincent Bernat
6e5e96d67e bindings: invert the way we switch focus between screens
For some reason, the screens seem to be in inverted order.
2016-03-21 13:12:32 +01:00
Vincent Bernat
2dc1f56751 bindings: add a binding to spawn pavucontrol 2015-10-20 09:45:13 +02:00
Vincent Bernat
cda3a6448f spotify: switch back to MPRIS2 DBUS interface
One less daemon to run.
2015-08-31 20:28:15 +02:00
Vincent Bernat
f04a53528f signals: put cursor in the middle left of the focused window
Previously, cursor was put in the upper left corner but there are so
many stuff that may display tooltips at this place...
2015-08-15 10:38:37 +02:00