Vincent Bernat
c2e32d1824
systemd: fix ordering loop on shutdown
2021-08-01 16:44:24 +02:00
Vincent Bernat
325d7778d7
systemd: schedule cleaning of spotify PA streams
2021-08-01 12:06:03 +02:00
Vincent Bernat
4ce36110d4
xsession: target i3.service and adapt dependencies
...
I think this is cleaner to make i3 the pivot. Also, don't make i3
restart i3-session each time it starts.
2021-08-01 11:57:45 +02:00
Vincent Bernat
60a1522111
systemd: no need to randomize delay for wallpapers
2021-07-31 23:17:56 +02:00
Vincent Bernat
0310268154
easyeffects: load appropriate profiles on start
2021-07-31 17:43:49 +02:00
Vincent Bernat
e4489699c7
systemd: add easyeffects
2021-07-31 12:52:27 +02:00
Vincent Bernat
e2e87fb193
picom: move to non-experimental backend
2021-07-28 08:23:03 +02:00
Vincent Bernat
8e0e281f4f
systemd: move misc-x in i3-session target
...
As it displays a window, we should depend on i3 running.
2021-07-26 09:22:12 +02:00
Vincent Bernat
b241fe9ce7
systemd: order i3 after xsession target
...
This way, we have simpler dependencies, even if it is a bit less
efficient. As most services don't advertise readiness correctly, this
is mostly equivalent.
2021-07-26 09:17:37 +02:00
Vincent Bernat
68496a33c6
systemd: switch to pipewire
2021-07-24 14:21:58 +02:00
Vincent Bernat
764dc010b6
polybar: no need to keep the shell waiting, systemd can do it
2021-07-17 11:09:04 +02:00
Vincent Bernat
030d50c636
xsettings: use i3-msg instead of i3-cmd
2021-07-13 14:11:50 +02:00
Vincent Bernat
8c1b3b7bb2
picom: switch to glx backend using experimental backends
...
There are some artifacts with xr_glx_hybrid and it is not available as
experimental. Let's try glx with experimental backend. No tearing.
Tested with https://www.youtube.com/watch?v=MfL_JkcEFbE .
2021-07-13 08:27:22 +02:00
Vincent Bernat
e8b7487512
i3: unconditionally restart i3-companion on reload
2021-07-11 22:06:23 +02:00
Vincent Bernat
b25442dfd9
polybar: add back disk module
...
I am using my own compiled version of polybar.
2021-07-11 11:27:37 +02:00
Vincent Bernat
9545dd36c6
systemd: do not start tmux on boot
...
Dunno why I did that. It has absolutely no effect as the process does
not stay. Maybe this wasn't the case in the past.
2021-07-08 22:29:52 +02:00
Vincent Bernat
af5f11e483
wallpaper: use hsetroot instead of fvwm-root
...
I was using fvwm-root because it was able to retain pixmap in some X
property for use by some programs. These days are gone and programs
are now using ARGB visual and the compositor. Let's switch to simpler
hsetroot.
2021-07-08 21:08:25 +02:00
Vincent Bernat
6477e0a0be
xsettingsd: remove SKIP_RELOAD environment variable from systemd unit
...
It is unused.
2021-07-08 17:57:38 +02:00
Vincent Bernat
5141bf86cd
xsettinsd: restart i3-cmd on DPI change as well
...
It reads DPI value from Xft.dpi.
2021-07-08 17:54:34 +02:00
Vincent Bernat
956bfa4965
systemd: switch inputplug to packaged binary
2021-07-08 11:22:32 +02:00
Vincent Bernat
b5cf67df10
systemd: implement reload for i3
2021-07-07 10:08:52 +02:00
Vincent Bernat
3ba1e7e45d
picom: switch to a configuration file
...
It's easier to edit rules this way. Also, add some rules.
2021-07-05 18:20:36 +02:00
Vincent Bernat
74cf459f5d
picom: do not change opacity of override_redirect windows
2021-07-05 17:22:03 +02:00
Vincent Bernat
4fc09dda39
systemd: revert to use of a specific target activated by i3
2021-07-05 09:55:49 +02:00
Vincent Bernat
ab7ab873b0
systemd: try to use socket activation for i3
...
Unfortunately, this does not work as not everything is using
I3SOCK (notably `i3 --get-socketpath` does not).
2021-07-05 09:54:51 +02:00
Vincent Bernat
cbafa1bfd5
Revert "systemd: ensure i3 is ready when we start stuff depending on its socket"
...
This reverts commit 1bb2603157
.
2021-07-05 09:34:02 +02:00
Vincent Bernat
1bb2603157
systemd: ensure i3 is ready when we start stuff depending on its socket
2021-07-05 09:08:01 +02:00
Vincent Bernat
43ab22dee5
i3-companion: add a companion for i3
...
This is a Python script implementing what's missing from i3.
Currently, it will only rename workspace to add icons with their
content.
2021-07-04 19:08:48 +02:00
Vincent Bernat
662db00e36
More configuration
...
Notably polybar
2021-07-04 18:25:28 +02:00
Vincent Bernat
f306d92a0d
More initial configuration
...
Notably add Dunst for notifications.
2021-07-04 14:54:07 +02:00
Vincent Bernat
d85a504c53
Initial i3 configuration
...
This is derived from my Awesome configuration. Still a lot to do from
a WM perspective. The organization is a bit different and I am giving
it up on the per-display systemd units as it does not really work due
to the fact we only have one user DBus and one environment.
2021-07-04 08:38:39 +02:00