move to picom

This commit is contained in:
Cyryl Płotnicki 2020-04-18 12:23:20 +01:00
parent 1936292e26
commit 0f69205af3
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
hooks = {
postswitch = {
"restart-compton" = "systemctl --user restart compton";
"restart-compton" = "systemctl --user restart picom";
"restart-i3" = "i3-msg restart";
"restart-services" = "systemctl --user restart kdeconnect-indicator.service kdeconnect.service network-manager-applet.service pasystray.service polybar.service";
};

View file

@ -9,9 +9,9 @@
];
services = {
compton = {
picom = {
enable = true;
vSync = "opengl-oml";
vSync = true;
};
kdeconnect = {
enable = true;