From 3123dda7e0e7d97b6dbdab716314b669466da51d Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 3 Mar 2017 13:22:13 +0530 Subject: [PATCH] display changes - blur compton, but fast - change wallpapers - drop bluetooth, causing issues for some reason --- files/display/.config/nitrogen/bg-saved.cfg | 9 ++------- files/display/.config/nitrogen/nitrogen.cfg | 2 +- files/i3/.compton.conf | 8 ++++---- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/files/display/.config/nitrogen/bg-saved.cfg b/files/display/.config/nitrogen/bg-saved.cfg index e92dbd5..f8da363 100644 --- a/files/display/.config/nitrogen/bg-saved.cfg +++ b/files/display/.config/nitrogen/bg-saved.cfg @@ -1,19 +1,14 @@ -[:0.0] -file=/home/nemo/projects/personal/avatars/wallpaper/1920x1080.jpg -mode=4 -bgcolor=#000000 - [xin_0] file=/home/nemo/projects/personal/avatars/wallpaper/minimal.jpg mode=4 bgcolor=#000000 -[xin_2] +[xin_1] file=/home/nemo/Pictures/hackbeach/DSC_0074.JPG mode=4 bgcolor=#000000 -[xin_1] +[xin_2] file=/home/nemo/Pictures/korra-1600x900.jpg mode=4 bgcolor=#000000 diff --git a/files/display/.config/nitrogen/nitrogen.cfg b/files/display/.config/nitrogen/nitrogen.cfg index 8ddd38f..b7ab9c3 100644 --- a/files/display/.config/nitrogen/nitrogen.cfg +++ b/files/display/.config/nitrogen/nitrogen.cfg @@ -9,4 +9,4 @@ view=icon recurse=true sort=alpha icon_caps=false -dirs=/home/nemo/projects/personal/avatars/wallpaper;/home/nemo/Pictures; +dirs="/home/nemo/projects/personal/avatars/wallpaper;/home/nemo/Pictures;" diff --git a/files/i3/.compton.conf b/files/i3/.compton.conf index 1cf3c2a..1c1e120 100644 --- a/files/i3/.compton.conf +++ b/files/i3/.compton.conf @@ -21,7 +21,7 @@ glx-no-stencil = true; # but a 20% increase when only 1/4 is. # My tests on nouveau show terrible slowdown. # Useful with --glx-swap-method, as well. -glx-copy-from-front = false; +glx-copy-from-front = true; # GLX backend: Use MESA_copy_sub_buffer to do partial screen update. # My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated. @@ -54,7 +54,7 @@ glx-swap-method = "undefined"; ################################# # Enabled client-side shadows on windows. -shadow = true; +shadow = false; # Don't draw shadows on DND windows. no-dnd-shadow = true; # Avoid drawing shadows on dock/panel windows. @@ -118,7 +118,7 @@ alpha-step = 0.06; # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred. #blur-kern = "7,7,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" #blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" -##blur-kern = "3,3,1,1,1,1,1,1,1,1" +blur-kern = "3,3,1,1,1,1,1,1,1,1" blur-background = true; # Blur background of opaque windows with transparent frames as well. blur-background-frame = false; @@ -184,7 +184,7 @@ refresh-rate = 60; # opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers. Works only with GLX backend. Known to be most effective on many drivers. Does not actually control paint timing, only buffer swap is affected, so it doesn’t have the effect of --sw-opti unlike other methods. Experimental. # opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically the same as opengl-swc above, except the extension we use. # (Note some VSync methods may not be enabled at compile time.) -vsync = "opengl-swc"; +vsync = "opengl"; # Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing. # Reported to have no effect, though.