fastcompmgr
This commit is contained in:
parent
070bfc728a
commit
eb5038c207
|
|
@ -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"];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ mods = "Control|Shift"
|
|||
|
||||
[window]
|
||||
dynamic_padding = true
|
||||
opacity = 0.8
|
||||
opacity = 0.9
|
||||
|
||||
[window.padding]
|
||||
x = 10
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
xclip
|
||||
copyq
|
||||
picom
|
||||
fastcompmgr
|
||||
obs-studio
|
||||
screenkey
|
||||
safeeyes
|
||||
|
|
|
|||
Loading…
Reference in a new issue