From 8845219e84b9a757b09dd85e86ea19007e9d0513 Mon Sep 17 00:00:00 2001 From: serxoz Date: Sat, 6 Aug 2022 09:18:46 +0200 Subject: [PATCH] =?UTF-8?q?compton=20ahora=20=C3=A9=20picom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compton/clean.sh | 3 --- compton/install.sh | 4 ---- {compton => picom}/README.md | 0 picom/clean.sh | 3 +++ picom/install.sh | 4 ++++ compton/compton.conf => picom/picom.conf | 5 +---- spectrwm/autostart.sh | 2 +- 7 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 compton/clean.sh delete mode 100644 compton/install.sh rename {compton => picom}/README.md (100%) create mode 100644 picom/clean.sh create mode 100644 picom/install.sh rename compton/compton.conf => picom/picom.conf (96%) diff --git a/compton/clean.sh b/compton/clean.sh deleted file mode 100644 index d8d77aa..0000000 --- a/compton/clean.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -rm ~/.config/compton.conf diff --git a/compton/install.sh b/compton/install.sh deleted file mode 100644 index 40c057e..0000000 --- a/compton/install.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -rm ~/.config/compton.conf -ln -s $HOME/dotfiles/compton/compton.conf $HOME/.config/compton.conf diff --git a/compton/README.md b/picom/README.md similarity index 100% rename from compton/README.md rename to picom/README.md diff --git a/picom/clean.sh b/picom/clean.sh new file mode 100644 index 0000000..268343c --- /dev/null +++ b/picom/clean.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +rm ~/.config/picom.conf diff --git a/picom/install.sh b/picom/install.sh new file mode 100644 index 0000000..83bbe41 --- /dev/null +++ b/picom/install.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +rm ~/.config/picom.conf +ln -s $HOME/dotfiles/picom/picom.conf $HOME/.config/picom.conf diff --git a/compton/compton.conf b/picom/picom.conf similarity index 96% rename from compton/compton.conf rename to picom/picom.conf index e97ae12..93e31e0 100644 --- a/compton/compton.conf +++ b/picom/picom.conf @@ -2,7 +2,6 @@ shadow = true; # no-dnd-shadow = true; no-dock-shadow = true; -clear-shadow = true; detect-rounded-corners = true; shadow-radius = 5; shadow-offset-x = 1; @@ -46,8 +45,7 @@ mark-wmwin-focused = true; mark-ovredir-focused = true; detect-client-opacity = true; unredir-if-possible = true; -refresh-rate = 0; -vsync = "none"; +vsync = false; dbe = false; #paint-on-overlay = true; focus-exclude = [ "class_g = 'Cairo-clock'" ]; @@ -55,7 +53,6 @@ detect-transient = true; detect-client-leader = true; invert-color-include = [ ]; glx-copy-from-front = false; -glx-swap-method = "undefined"; #opacity-rule = [ #"99:name *?= 'Call'", diff --git a/spectrwm/autostart.sh b/spectrwm/autostart.sh index 52a42cc..f446f03 100755 --- a/spectrwm/autostart.sh +++ b/spectrwm/autostart.sh @@ -7,7 +7,7 @@ setxkbmap -option caps:escape # mapea caps a escape #setxkbmap -option # restaura o mapeo anterior - recordatorio /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & -nitrogen --restore; sleep 1; compton -b & +nitrogen --restore; sleep 1; picom -b & nm-applet & xfce4-power-manager & pamac-tray &