From 4a10c95e690de5e3a24500169d187d362736087a Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Mon, 6 Apr 2015 03:22:46 -0400 Subject: [PATCH 1/3] Remove gaps. --- i3/i3.dotfile/config | 1 - 1 file changed, 1 deletion(-) diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index ef47b6a..91b100f 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -199,7 +199,6 @@ bindsym $mod+r mode "resize" new_window 1pixel new_float normal -gaps inner 8 smart_borders on # border background text indicator From 13ac5d5fce7b4a72a75175c4211ef84d825d2eff Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Mon, 6 Apr 2015 03:23:05 -0400 Subject: [PATCH 2/3] Add shortcut to toggle bar --- i3/i3.dotfile/config | 1 + 1 file changed, 1 insertion(+) diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index 91b100f..87c1ea1 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -222,6 +222,7 @@ bar { urgent_workspace #ffffff #900000 } } +bindsym $mod+b bar mode toggle exec --no-startup-id compton -bcC --vsync opengl-swc --backend glx -f -D 5 -i 0.9 -o 0.6 -r 22 -l -25 -t -25 --shadow-blue 0.1 --config /dev/null exec --no-startup-id feh --bg-scale /home/ian/Pictures/Wallpapers/wallpaper.jpg From 824fdebd6ad0eae0f59a4c26ad980d27c94eb908 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Mon, 6 Apr 2015 03:23:20 -0400 Subject: [PATCH 3/3] Remove drop shadow --- i3/i3.dotfile/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index 87c1ea1..133e69a 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -224,7 +224,7 @@ bar { } bindsym $mod+b bar mode toggle -exec --no-startup-id compton -bcC --vsync opengl-swc --backend glx -f -D 5 -i 0.9 -o 0.6 -r 22 -l -25 -t -25 --shadow-blue 0.1 --config /dev/null +exec --no-startup-id compton -b --vsync opengl-swc --backend glx -f -D 5 -i 0.9 --config /dev/null exec --no-startup-id feh --bg-scale /home/ian/Pictures/Wallpapers/wallpaper.jpg exec --no-startup-id seafile-applet exec --no-startup-id xrdb -merge ~/.Xresources