From 84bd33ebacffc4c546dc20efae36fa08eb15efd5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 7 Jun 2020 23:15:08 -0700 Subject: [PATCH] [Linux] compton -> picom --- dotfiles/config/{compton.conf => picom.conf} | 0 dotfiles/config/systemd/user/compton.service | 10 ---------- dotfiles/config/systemd/user/picom.service | 10 ++++++++++ nixos/configuration.nix | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) rename dotfiles/config/{compton.conf => picom.conf} (100%) delete mode 100644 dotfiles/config/systemd/user/compton.service create mode 100644 dotfiles/config/systemd/user/picom.service diff --git a/dotfiles/config/compton.conf b/dotfiles/config/picom.conf similarity index 100% rename from dotfiles/config/compton.conf rename to dotfiles/config/picom.conf diff --git a/dotfiles/config/systemd/user/compton.service b/dotfiles/config/systemd/user/compton.service deleted file mode 100644 index d91a1c42..00000000 --- a/dotfiles/config/systemd/user/compton.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=compton - -[Service] -Type=simple -ExecStart=/usr/bin/env compton -cC -ExecStop=/usr/bin/env pkill compton - -[Install] -WantedBy=wm.target diff --git a/dotfiles/config/systemd/user/picom.service b/dotfiles/config/systemd/user/picom.service new file mode 100644 index 00000000..8ad2b630 --- /dev/null +++ b/dotfiles/config/systemd/user/picom.service @@ -0,0 +1,10 @@ +[Unit] +Description=picom + +[Service] +Type=simple +ExecStart=/usr/bin/env picom -cC +ExecStop=/usr/bin/env pkill picom + +[Install] +WantedBy=wm.target diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b18b59cd..fb6b8e57 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -153,7 +153,6 @@ in betterlockscreen blueman clipit - compton feh gnome3.gpaste kdeconnect @@ -163,6 +162,7 @@ in notify-osd-customizable pasystray + picom pinentry pommed_light rofi