move to picom
This commit is contained in:
parent
1936292e26
commit
0f69205af3
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
hooks = {
|
hooks = {
|
||||||
postswitch = {
|
postswitch = {
|
||||||
"restart-compton" = "systemctl --user restart compton";
|
"restart-compton" = "systemctl --user restart picom";
|
||||||
"restart-i3" = "i3-msg restart";
|
"restart-i3" = "i3-msg restart";
|
||||||
"restart-services" = "systemctl --user restart kdeconnect-indicator.service kdeconnect.service network-manager-applet.service pasystray.service polybar.service";
|
"restart-services" = "systemctl --user restart kdeconnect-indicator.service kdeconnect.service network-manager-applet.service pasystray.service polybar.service";
|
||||||
};
|
};
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
compton = {
|
picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
vSync = "opengl-oml";
|
vSync = true;
|
||||||
};
|
};
|
||||||
kdeconnect = {
|
kdeconnect = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue