diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2017-03-03 21:31:42 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2017-03-03 21:31:42 +0100 |
commit | c0044eba31cdf3d575cdf8ae43aff1e7dc7a6529 (patch) | |
tree | 20aa47d4c1535f2fc89ea018f007069723c7ebd4 /i3 | |
parent | 0c371663f5bb5ea6f3e12318e9321bb0815e24a5 (diff) |
Update the configuration
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 114b9da..87f40d8 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -46,7 +46,7 @@ client.urgent #2f343a #900000 #ffffff #900000 $color1 client.placeholder #000000 #0c0c0c #ffffff #000000 $color2 # Remove title bar -for_window [class="^.*"] border pixel 1 +for_window [class="^.*"] border pixel 0 # i3 gaps #smart_gaps on @@ -237,7 +237,7 @@ for_window [class="crimson"] floating enable #exec_always --no-startup-id find ~/wallpaper/wallpaper/wallpapers -type f \( -name '*.jpg' -o -name '*.png' \) -print0 | shuf -n1 -z | xargs -0 feh --bg-scale exec_always --no-startup-id feh --bg-scale ~/wallpaper/current.jpg -exec_always compton -cCz --inactive-dim 0.5 --mark-ovredir-focused +exec_always compton -cCz --inactive-dim 0.4 --mark-ovredir-focused exec_always polybar i3 # for_window [class="URxvt"] layout tabbed |