From f1013a6903529e64b34d9f5654d54c4b68d65383 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Mon, 18 Nov 2019 12:39:09 +0100 Subject: [PATCH] =?UTF-8?q?Transparence=20:=20Passage=20de=20Comptong=20?= =?UTF-8?q?=C3=A0=20Picom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/i3/config | 4 ++-- .compton.conf => .picom.conf | 0 README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename .compton.conf => .picom.conf (100%) diff --git a/.config/i3/config b/.config/i3/config index ab34332..908101e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -203,8 +203,8 @@ bindsym XF86Sleep exec systemctl suspend ## STARTUP PROGRAMS ### -# Transparency (need compton) -exec_always --no-startup-id "killall compton; compton" +# Transparency (need picom) +exec_always --no-startup-id "killall picom; picom -b" # DBUS daemon (needed for keyboard applet and more I think) #exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon diff --git a/.compton.conf b/.picom.conf similarity index 100% rename from .compton.conf rename to .picom.conf diff --git a/README.md b/README.md index 9564e39..93096b3 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Dépendances : * feh * i3-gaps (à la place d'i3) * rofi (pour le menu de lancement) - * compton (pour la transparence et les ombres des fenêtres) + * picom (pour la transparence et les ombres des fenêtres) * polybar (à la place de la barre d'état) * ttf-font-awesome-4 (pour afficher des icônes dans la barre d'état) * (optionnel) network-manager-applet (pour la configuration wifi)