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

View file

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

View file

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