From 0f69205af31cce19c9683ea428406f1c68f1bf8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 18 Apr 2020 12:23:20 +0100 Subject: [PATCH] move to picom --- nixos/i3/autorandr.nix | 2 +- nixos/i3/home.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;