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
f953002a6f
i3-companion: icon for retroarch
2021-11-08 21:01:21 +01:00
Vincent Bernat
3a6ea7d9d4
i3-companion: icon for mednafen
2021-11-07 11:09:46 +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
9371fff442
polybar: give a bit more space to polybar
2021-11-02 09:55:55 +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
149ebccc7c
i3: don't use smart gaps
2021-11-01 22:10:12 +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
d6d0a470b0
i3: mention use of i3-gaps
2021-11-01 08:14:50 +01:00
Vincent Bernat
82d5d0e87f
i3: update configuration to use move to output next
...
And I have added the patch to use focus output next as well.
2021-10-31 22:30:37 +01:00
Vincent Bernat
0ed1377db0
i3: try a bit to use i3-gaps
2021-10-31 22:21:31 +01:00
Vincent Bernat
cee1d47243
i3: disable focus follows mouse
2021-10-31 07:27:11 +01:00
Vincent Bernat
10f71465be
wallpaper: fix wallpaper build when parts of screen is hidden
2021-10-28 05:46:41 +02:00
Vincent Bernat
36f9b2ce93
i3: remove keybindings for reload/restart
...
I am seldomly using them.
2021-10-24 15:08:04 +02:00
Vincent Bernat
2841ae6853
picom: explicitely add fade-exclude
2021-10-24 14:58:44 +02:00
Vincent Bernat
abcb1454f3
picom: fix opacity rule for CSD
2021-10-24 14:54:43 +02:00
Vincent Bernat
941f5b827c
picom: exclude GTK client side decorations from shadow and opacity
2021-10-24 14:53:55 +02:00
Vincent Bernat
8c7118ee35
polybar-weather: more compact
2021-10-22 07:23:39 +02:00
Vincent Bernat
ac6410af1a
polybar-weather: use country if city is unavailable
2021-10-22 07:21:26 +02:00
Vincent Bernat
385360b516
Revert "polybar: switch back to xrandr to find monitors"
...
This reverts commit 41dba59ce2
. It's
fixed now.
2021-10-20 15:29:52 +02:00
Vincent Bernat
fb2671e1e3
firefox: more VAAPI decoding
...
See:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1683808
- https://wiki.archlinux.org/title/Firefox#Hardware_video_acceleration
2021-10-18 09:07:35 +02:00
Vincent Bernat
b61697ac74
xsession: don't try to unset TERM
...
It's too late.
2021-10-17 12:25:17 +02:00
Vincent Bernat
ae050a18dc
xsession: also unset TERM in systemd environment
2021-10-17 12:13:09 +02:00
Vincent Bernat
91419dbe35
xsession: unset TERM
...
When using startx, it is set, we don't want that.
2021-10-17 08:50:38 +02:00
Vincent Bernat
f854a0fedf
rofi-mediaplayer: replace play-pause with play
...
While media keys often don't have a pause button, this is not the case
for the rofi menu.
2021-10-15 19:48:59 +02:00
Vincent Bernat
bba5ef6bb1
i3-companion: stable order for icons
2021-10-10 14:49:59 +02:00
Vincent Bernat
3c036a1f74
i3-companion: icon for gaupol
2021-10-10 14:49:30 +02:00
Vincent Bernat
6c234c10bb
firefox: use new override for prefers-color-scheme
...
This is exactly the same effect as lying about system theme, but this
matches more our intent.
2021-10-10 01:07:51 +02:00
Vincent Bernat
9874735f98
xsettingsd: more comments
2021-10-10 01:03:33 +02:00
Vincent Bernat
d7720d2e98
firefox: no need to specifically enable AVIF anymore
2021-10-05 16:21:19 +02:00
Vincent Bernat
c731938403
rofi-mediaplayer: use variable to run mediaplayer
2021-10-05 14:04:29 +02:00
Vincent Bernat
3d8dbf58e3
i3-companion: listen on generic of.DBus.Properties for wireless signal
...
NM 1.32 does not have the custom property anymore.
2021-10-03 08:00:34 +02:00
Vincent Bernat
c513f4a3ea
i3-companion: icon for Maps
2021-09-30 23:18:45 +02:00
Vincent Bernat
c3d61202c5
systemd: prevent thunar to start as a service (through DBus)
2021-09-30 08:20:44 +02:00
Vincent Bernat
b48064be34
xss-dimmer: simplify easing function names
2021-09-29 15:30:26 +02:00
Vincent Bernat
6be90d5830
polybar-weather: switch to MaxMind for location
...
In the future, I can get a key from here:
https://support.maxmind.com/getting-started-with-geolite2/ . The issue
with ip-api.com is that the city is often wrong.
2021-09-29 08:04:13 +02:00
Vincent Bernat
7f04bb6cf0
xss-dimmer: even more easing functions
2021-09-29 07:12:03 +02:00
Vincent Bernat
dc6c2f05ff
xss-dimmer: add easing functions
2021-09-29 06:56:08 +02:00