Ver código fonte

added compton settings and updated i3 config

master
Paul Longtine 9 anos atrás
pai
commit
ac40f686fa
2 arquivos alterados com 23 adições e 2 exclusões
  1. 20
    0
      .comptonrc
  2. 3
    2
      i3/config

+ 20
- 0
.comptonrc Ver arquivo

@@ -0,0 +1,20 @@
# Opacity
menu-opacity = 0.85;
inactive-opacity = 0.7;
#0.96;

#fading = true;
#fade-in-step = 0.05;
#fade-out-step = 0.05;

# Blur
blur-background = true;

#blur-background-frame = true;

#blur-background-fixed = false;

wintypes:
{
dock = { opacity = 0.7 };
};

+ 3
- 2
i3/config Ver arquivo

@@ -6,9 +6,9 @@ exec xfsettingsd

exec xfce4-volumed

exec compton --backend glx --vsync opengl-swc --paint-on-overlay
exec compton --config ~/.comptonrc --backend glx --vsync opengl-swc --paint-on-overlay -b

exec feh --bg-scale /usr/share/xfce4/backdrops/cloudbreaker.jpg
exec feh --bg-scale /usr/share/xfce4/backdrops/justrocks.jpg

# hide dem borders
hide_edge_borders both
@@ -181,6 +181,7 @@ bindsym $mod+r mode "resize"
# finds out, if available)
bar {
status_command conky-i3bar
position top
# tray_output none
colors {
background $back-inact

Carregando…
Cancelar
Salvar