diff --git a/nixos/i3/autorandr.nix b/nixos/i3/autorandr.nix index 6a512987..be2a50b5 100644 --- a/nixos/i3/autorandr.nix +++ b/nixos/i3/autorandr.nix @@ -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"; }; diff --git a/nixos/i3/home.nix b/nixos/i3/home.nix index 993af136..3b4faaeb 100644 --- a/nixos/i3/home.nix +++ b/nixos/i3/home.nix @@ -9,9 +9,9 @@ ]; services = { - compton = { + picom = { enable = true; - vSync = "opengl-oml"; + vSync = true; }; kdeconnect = { enable = true;