Vincent Bernat
a97e2b522a
ssh: remove ssh-add invocation on start
2022-10-09 16:44:54 +02:00
Vincent Bernat
d70628795f
spotify: make spotify-cleaner terminate in 5s
2022-10-01 17:07:40 +02:00
Vincent Bernat
5a9bf68fad
systemd: starts autorandr only if there is a default configuration
2022-09-15 21:51:41 +02:00
Vincent Bernat
f13079fd4a
xsession: fix dunst service startup
...
There is no dunst.socket. It was working if we had dunst installed
through the package manager because this is a DBus-activated service.
2022-09-14 01:39:57 +02:00
Vincent Bernat
1815c57e64
polybar: switch to Nix
2022-08-28 10:13:22 +02:00
Vincent Bernat
27ae08ef36
systemd: fix some descriptions
2022-08-14 20:32:01 +02:00
Vincent Bernat
44b6f25170
xss-dimmer: try again to have sound using Gstreamer
2022-08-02 15:52:28 +02:00
Vincent Bernat
9c23fbea2d
xssproxy: prevent Firefox to inhibit the screensaver
2022-07-30 01:35:26 +02:00
Vincent Bernat
2b55546db1
xsettingsd: fix reload
2022-07-26 09:41:15 +02:00
Vincent Bernat
8cd2ed3730
Revert "spotify: remove socket cleaning"
...
This reverts commit 2e4e2d311c
. Problem
is still here.
2022-06-30 21:18:07 +02:00
Vincent Bernat
bb6c76f970
xssproxy: use DBus activation
2022-06-30 11:43:47 +02:00
Vincent Bernat
a7313e338b
xssproxy: install and use
...
This allows me to get logs on who gets a lock and when.
2022-06-30 11:37:09 +02:00
Vincent Bernat
2e4e2d311c
spotify: remove socket cleaning
...
This may not needed anymore. Moreover, the ID returned by pactl is not
the one we can use with PipeWire.
2022-06-29 11:02:07 +02:00
Vincent Bernat
3b0af76dad
Revert "music: replace Spotify by Deezer"
...
This reverts commit 4af98c2589
. I feel
like they should provide a native client for Linux instead of relying
upon the community. MellowPlayer is unmaintained and does not have an
offline mode. Deezer seems the only streaming service with a Linux
client.
2022-06-26 13:51:22 +02:00
Vincent Bernat
9ed4a7f87c
thunderbird: remove thunderbird-notify
...
Replaced by a custom extension.
2022-06-19 22:26:51 +02:00
Vincent Bernat
af4d1bd738
thunderbird: use a configuration file
2022-06-13 10:49:30 +02:00
Vincent Bernat
d71dd264c3
thunderbird: primitive email notifier
2022-06-12 18:03:42 +02:00
Vincent Bernat
61507fd388
easyeffects: remove
...
No particular reason, it seems just not worth the additional CPU usage yet.
2022-05-21 14:04:39 +02:00
Vincent Bernat
1db8eace7f
xss-dimmer: ensure dimmer don't block normal lock operations
2022-05-12 10:25:50 +02:00
Vincent Bernat
7b1c7c13d5
Revert "xss-dimmer: play a sound to notice dimmer when not looking at the screen"
...
This reverts commit 131962b3a6
. Well,
doesn't work.
2022-05-11 21:21:02 +02:00
Vincent Bernat
131962b3a6
xss-dimmer: play a sound to notice dimmer when not looking at the screen
...
Second try, but tell SDL to install a signal handler.
2022-05-11 21:01:08 +02:00
Vincent Bernat
e52f0e4bc3
Revert "xss-dimmer: play a sound to notice dimmer when not looking at the screen"
...
This reverts commit 398ef9263b
. pygame
intercepts SIGTERM. Maybe we could use Gstreamer instead. No time for
that, let just remove this feature for now.
2022-05-11 20:55:42 +02:00
Vincent Bernat
b16132d051
easyeffects: add again
2022-05-06 22:01:02 +02:00
Vincent Bernat
398ef9263b
xss-dimmer: play a sound to notice dimmer when not looking at the screen
2022-04-30 16:19:06 +02:00
Vincent Bernat
24219e2382
pipewire: switch to Pipewire using Nix
2022-04-30 15:16:18 +02:00
Vincent Bernat
7b8259305a
dunst: use Nix systemd file
2022-04-30 14:56:05 +02:00
Vincent Bernat
a4faad825f
dunst: pull from Nix and update to 1.8.1
2022-04-26 16:50:57 +02:00
Vincent Bernat
440a94ab4a
weather: don't require weather.service on boot
...
Without network, it will stay as "activating".
2022-03-04 21:35:39 +01:00
Vincent Bernat
9eb153f283
picom: use the one from Debian unstable
2022-02-07 08:47:49 +01:00
Vincent Bernat
4af98c2589
music: replace Spotify by Deezer
2022-01-31 23:33:09 +01:00
Vincent Bernat
d1d85b2bca
systemd: remove unused unit
2022-01-18 07:36:45 +01:00
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
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
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
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
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
3770929742
picom: use a wrapper script to template picom configuration file
2021-11-02 10:12:56 +01:00
Vincent Bernat
c3d61202c5
systemd: prevent thunar to start as a service (through DBus)
2021-09-30 08:20:44 +02:00
Vincent Bernat
a6e5d81ede
polybar-weather: require polybar.service
2021-09-22 09:46:05 +02:00
Vincent Bernat
eac7c74de0
spotify: make spotify-clean start after sound.target
2021-09-21 09:30:34 +02:00
Vincent Bernat
100a79c9e1
xss-dimmer: accept a background
2021-09-06 14:57:32 +02:00
Vincent Bernat
aea0e046bc
wallpaper: use -root with hsetroot
...
Newer version requires that.
2021-08-29 18:12:12 +02:00
Vincent Bernat
6b6f066231
systemd: remove LimitCORE directive for autorandr
...
Not needed anymore.
2021-08-29 13:33:17 +02:00
Vincent Bernat
b0925e9f02
autorandr: force a reconfiguration
...
This is a bit annoying, but as it doesn't handle monitors, we need that.
2021-08-28 07:23:36 +02:00