fastcompmgr

This commit is contained in:
caandt 2026-03-08 13:47:20 -05:00
parent 070bfc728a
commit eb5038c207
3 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,7 @@ lib.mkIf config.u.has.graphical {
"xdg-desktop-portal.service"
"copyq.service"
"fcitx5.service"
"picom.service"
"fastcompmgr.service"
"safeeyes.service"
"snixembed.service"
];
@ -26,7 +26,7 @@ lib.mkIf config.u.has.graphical {
systemd.user.services = {
copyq.Service.ExecStart = ["${pkgs.copyq}/bin/copyq"];
fcitx5.Service.ExecStart = ["/run/current-system/sw/bin/fcitx5"];
picom.Service.ExecStart = ["${pkgs.picom}/bin/picom"];
fastcompmgr.Service.ExecStart = ["${pkgs.fastcompmgr}/bin/fastcompmgr"];
safeeyes.Service.ExecStart = ["${pkgs.safeeyes}/bin/safeeyes"];
snixembed.Service.ExecStart = ["${pkgs.snixembed}/bin/snixembed"];
};

View file

@ -89,7 +89,7 @@ mods = "Control|Shift"
[window]
dynamic_padding = true
opacity = 0.8
opacity = 0.9
[window.padding]
x = 10

View file

@ -41,6 +41,7 @@
xclip
copyq
picom
fastcompmgr
obs-studio
screenkey
safeeyes