Commit graph

243 commits

Author SHA1 Message Date
Vincent Bernat
bbf685ac76 ssh: use system ssh-askpass when running ssh from Nix 2021-12-31 13:50:18 +01:00
Vincent Bernat
50910e8f74 i3: do not install i3 through Debian
Use Nix instead. Seems to work OK.
2021-12-31 13:50:07 +01:00
Vincent Bernat
8162fb5318 picom: more Zoom fixes 2021-12-30 14:26:06 +01:00
Vincent Bernat
5582301cc0 picom: fix Zoom sharing window 2021-12-30 14:24:23 +01:00
Vincent Bernat
3376c9b762 gtk: add ctrl-u, remove ctrl-d and alt-d (never used them) 2021-12-27 23:58:58 +01:00
Vincent Bernat
23e16f4bbd systemd: revert back to PulseAudio
Even on a very powerful system, I have some glitches. That's quite
odd...
2021-12-27 11:54:36 +01:00
Vincent Bernat
2dd1c9e1c7 Revert "easyeffects: run Flatpak"
This reverts commit 2d45bb63f5. Dunno
how to properly integrate a Flatpak with systemd.
2021-12-27 11:43:33 +01:00
Vincent Bernat
2d45bb63f5 easyeffects: run Flatpak 2021-12-27 11:42:41 +01:00
Vincent Bernat
27f6ecdb09 Revert "systemd: switch back to PulseAudio"
This reverts commit cda8ef9831.
2021-12-27 10:01:53 +01:00
Vincent Bernat
45ee293d35 weather: do not make it depend on polybar
It's not used only by polybar and can be run before or after it.
2021-12-26 14:58:32 +01:00
Vincent Bernat
fb57fb4365 picom: just disable bluring for Firefox menus... 2021-12-20 21:35:19 +01:00
Vincent Bernat
d36a098edc gtk: disable shadows and radius to solve issue with Firefox menus
It works for tooltips, but not for menus.
2021-12-20 21:35:15 +01:00
Vincent Bernat
1a69ef4f6e picom: tentative to remove border around Firefox menus 2021-12-20 20:54:23 +01:00
Vincent Bernat
91cb3fc6f2 polybar: put back correct icon for CPU 2021-12-19 12:37:41 +01:00
Vincent Bernat
eb55cf3e84 firefox: more prefs 2021-12-19 01:09:44 +01:00
Vincent Bernat
7c5ad89f94 polybar: don't reserve space for battery percentage
Usually, it does not move fast, unlike other percentage values.
2021-12-18 10:37:35 +01:00
Vincent Bernat
e44313b596 picom: don't alter opacity of xss-dimmer 2021-12-13 18:33:36 +01:00
Vincent Bernat
4296864f7c firefox: more VAAPI decoding
This reverts commit 97024a1f0b. The
problem was not related to this configuration but to a bug in Firefox.
2021-12-12 08:12:14 +01:00
Vincent Bernat
74ab3229df xss-dimmer: avoid font jumping by using a fixed width to format text
Also, use the same font as when the screen is locked.
2021-12-08 19:06:00 +01:00
Vincent Bernat
77c1503555 wallpaper: use XDG_RUNTIME_DIR 2021-12-07 19:53:36 +01:00
Vincent Bernat
b9827ab33c polybar: use cat-in-space for CPU 2021-11-30 17:31:01 +01:00
Vincent Bernat
68aa70ef61 rofi: update for Rofi 1.7.1 2021-11-28 13:38:53 +01:00
Vincent Bernat
1e5c2f2bda picom: don't blur rofi background 2021-11-28 09:25:44 +01:00
Vincent Bernat
9902884c83 polybar: use a cat for CPU icon
Nothing makes sense.
2021-11-26 23:18:25 +01:00
Vincent Bernat
775766654d picom: shorten condition for blurred background 2021-11-23 13:26:22 +01:00
Vincent Bernat
feafa2ad93 picom: blur background of floating windows as well 2021-11-23 13:21:09 +01:00
Vincent Bernat
7f7c36080a picom: blur quake console 2021-11-21 16:41:30 +01:00
Vincent Bernat
260cfc64e4 polybar: or some gauge? 2021-11-21 13:08:45 +01:00
Vincent Bernat
d799652438 polybar: use a rabbit for CPU 2021-11-21 13:05:56 +01:00
Vincent Bernat
96b93cc51c polybar: replace CPU by something not sensible to non-integer scaling 2021-11-18 14:49:03 +01:00
Vincent Bernat
ba5bf657d7 picom: also exclude hidden windows from shadows 2021-11-16 21:07:01 +01:00
Vincent Bernat
42e9a9a495 picom: simplify opacity rules, thanks to newer version of picom 2021-11-16 21:06:49 +01:00
Vincent Bernat
cc55f52b3d picom: don't blur dimmer 2021-11-12 16:34:49 +01:00
Vincent Bernat
eb2c0a04ca polybar: a bit less transparent background 2021-11-12 12:33:43 +01:00
Vincent Bernat
8f25dada71 picom: try some blur
Only for small elements that were excluded from transparency until now.
2021-11-12 09:14:32 +01:00
Vincent Bernat
f469d76f9e picom: use custom version
This is only next from today. Wanting to try rounded corners (not
really working well) and blur (not that useful).
2021-11-12 08:41:33 +01:00
Vincent Bernat
c2a9c0095d firefox: toolkit.cosmeticAnimations.enabled has been removed
In favor for prefers-reduced-motion which would also apply to
content (notify::gtk-enable-animations can be used on Linux)
2021-11-11 08:15:50 +01:00
Vincent Bernat
97024a1f0b Revert "firefox: more VAAPI decoding"
This reverts commit fb2671e1e3. It seems
to break stuff.
2021-11-04 11:12:09 +01:00
Vincent Bernat
6310f5378d firefox: EGL is now enabled by default 2021-11-03 10:22:30 +01:00
Vincent Bernat
4dc42140d1 picom: switch to experimental backends
This may solve a crash. Alternative would be to use:

```
shadow-exclude = [
  # Workaround for a crash in Picom (running out of XIDs)
  "! name~=''"
];
```
2021-11-03 06:07:34 +01:00
Vincent Bernat
b0923aecea picom: lighter shadow
It really depends on the background...
2021-11-02 13:54:42 +01:00
Vincent Bernat
100a23fb03 picom: compute an offset for shadows 2021-11-02 13:29:31 +01:00
Vincent Bernat
d5dbb906b4 picom: i3 decorations should not cast a shadow 2021-11-02 13:26:21 +01:00
Vincent Bernat
21743fa9b0 picom: adapt shadow radius to DPI 2021-11-02 10:22:59 +01:00
Vincent Bernat
3770929742 picom: use a wrapper script to template picom configuration file 2021-11-02 10:12:56 +01:00
Vincent Bernat
de5f43ca28 picom: don't crop shadow at the edge of a screen
When splitting a monitor, this is a bit odd. The shadow from one dock
overlapping the other is less of a problem.
2021-11-02 09:47:45 +01:00
Vincent Bernat
4ce811cab3 picom: ensure shadows don't leak on the second screen 2021-11-01 22:03:32 +01:00
Vincent Bernat
af3e1da60a picom: make shadows not overlap on polybar
The easy solution would have been `shadow-exclude-reg = "x27+0+0"`,
but polybar dimension depends on the number of DPI.
2021-11-01 14:33:51 +01:00
Vincent Bernat
2abeb3f0bd picom: add shadows 2021-11-01 14:18:48 +01:00
Vincent Bernat
2841ae6853 picom: explicitely add fade-exclude 2021-10-24 14:58:44 +02:00