feat(tazjin/tverskoy): Enable picom by default
... rather than launching it manually in a shell when I need it, which is more often now that I have a large screen. Change-Id: Ia526af98e513d29e70aeb093442465dce256c333 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3874 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
1cdc488f19
commit
1ef8a6c153
1 changed files with 6 additions and 1 deletions
|
@ -277,7 +277,6 @@ in lib.fix(self: {
|
||||||
paperlike-go
|
paperlike-go
|
||||||
pass
|
pass
|
||||||
pavucontrol
|
pavucontrol
|
||||||
picom
|
|
||||||
pinentry
|
pinentry
|
||||||
pinentry-emacs
|
pinentry-emacs
|
||||||
pulseaudioLight # for pactl
|
pulseaudioLight # for pactl
|
||||||
|
@ -369,6 +368,12 @@ in lib.fix(self: {
|
||||||
|
|
||||||
services.dunst.enable = true;
|
services.dunst.enable = true;
|
||||||
|
|
||||||
|
services.picom = {
|
||||||
|
enable = true;
|
||||||
|
vSync = true;
|
||||||
|
backend = "glx";
|
||||||
|
};
|
||||||
|
|
||||||
xdg.configFile."dunst/dunstrc" = {
|
xdg.configFile."dunst/dunstrc" = {
|
||||||
source = depot.users.tazjin.dotfiles.dunstrc;
|
source = depot.users.tazjin.dotfiles.dunstrc;
|
||||||
onChange = ''
|
onChange = ''
|
||||||
|
|
Loading…
Reference in a new issue