settings

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ac40f686fa60f9e7ef9e59da48613b2c77139b3e
parent f3e27b7061f7fbf0fe69b0caed9776e8553906ef
Author: Paul Longtine <paullongtine@gmail.com>
Date:   Wed Aug  6 01:30:09 2014

added compton settings and updated i3 config

Diffstat:
 .comptonrc | 20 ++++++++++++++++++++
 i3/config  |  5 +++--
 2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/.comptonrc b/.comptonrc @@ -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 }; +};+ \ No newline at end of file diff --git a/i3/config b/i3/config @@ -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