compton ahora é picom
This commit is contained in:
parent
0b1bc2b9ba
commit
8845219e84
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm ~/.config/compton.conf
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm ~/.config/compton.conf
|
||||
ln -s $HOME/dotfiles/compton/compton.conf $HOME/.config/compton.conf
|
3
picom/clean.sh
Normal file
3
picom/clean.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm ~/.config/picom.conf
|
4
picom/install.sh
Normal file
4
picom/install.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm ~/.config/picom.conf
|
||||
ln -s $HOME/dotfiles/picom/picom.conf $HOME/.config/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'",
|
@ -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 &
|
||||
|
Loading…
Reference in New Issue
Block a user