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 = {
|
||||
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";
|
||||
};
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
];
|
||||
|
||||
services = {
|
||||
compton = {
|
||||
picom = {
|
||||
enable = true;
|
||||
vSync = "opengl-oml";
|
||||
vSync = true;
|
||||
};
|
||||
kdeconnect = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue