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 &