From ac38ea6329467ef303c5ee5d4bca7099b2b21344 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Tue, 14 Apr 2015 19:13:16 -0400 Subject: [PATCH 1/3] Remove xautolock --- X11/xinitrc.dotfile | 1 - 1 file changed, 1 deletion(-) diff --git a/X11/xinitrc.dotfile b/X11/xinitrc.dotfile index 11e67e9..193be26 100644 --- a/X11/xinitrc.dotfile +++ b/X11/xinitrc.dotfile @@ -1,4 +1,3 @@ -xautolock -time 10 -locker lock & gpg-agent --daemon xmodmap ~/.Xmodmap xrdb -merge ~/.Xresources From d6de4a45c5a0bb1220d9506c8679aa15759554b0 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Tue, 14 Apr 2015 19:13:43 -0400 Subject: [PATCH 2/3] Update border Change the size to 2px and make all unfocused borders #252525 --- i3/i3.dotfile/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index a43ffa4..4bfa4eb 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -198,14 +198,14 @@ bindsym $mod+Shift+e mode "$quit_msg" bindsym $mod+r mode "resize" -new_window 1pixel -new_float normal +new_window pixel 2 +new_float pixel 2 smart_borders on # border background text indicator client.focused #660000 #880000 #ffffff #ff0000 -client.focused_inactive #252525 #888888 #222222 #000000 -client.unfocused #252525 #222222 #888888 #000000 +client.focused_inactive #252525 #252525 #222222 #000000 +client.unfocused #252525 #252525 #888888 #000000 # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) From ab5c0e4c4aa12d93be5b0c7e63292fe400ba61bf Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Tue, 14 Apr 2015 19:14:19 -0400 Subject: [PATCH 3/3] Remove transparency for unfocused windows --- 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 4bfa4eb..ada213d 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -225,7 +225,7 @@ bar { } bindsym $mod+b bar mode toggle -exec --no-startup-id compton -b --vsync opengl-swc --backend glx -f -D 5 -i 0.9 --config /dev/null +exec --no-startup-id compton -b --vsync opengl-swc --backend glx -f -D 5 --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