From a88bfb53b64795daa0cb2b2dc0e47116d2692659 Mon Sep 17 00:00:00 2001 From: natemaia Date: Sun, 3 Mar 2019 00:04:21 -0800 Subject: [PATCH] Update: remove deprecated and default set values from compton.conf --- base/.config/compton.conf | 11 +---------- bspwm-home/.config/bspwm/bspwmrc | 15 +++------------ 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/base/.config/compton.conf b/base/.config/compton.conf index fc92be52..fc990e6e 100644 --- a/base/.config/compton.conf +++ b/base/.config/compton.conf @@ -1,28 +1,19 @@ # Shadow shadow = true; -no-dnd-shadow = true; -no-dock-shadow = true; shadow-radius = 7; shadow-offset-x = -7; shadow-offset-y = -7; shadow-opacity = 0.60; -# Opacity -menu-opacity = 1.0; -inactive-opacity = 1.0; -active-opacity = 1.0; -inactive-opacity-override = false; - # Fade fading = true; fade-delta = 8.0; fade-in-step = 0.03; fade-out-step = 0.028; -alpha-step = 0.06; # Backend -backend = "xrender"; vsync = "none"; +backend = "xrender"; mark-wmwin-focused = true; unredir-if-possible = true; detect-rounded-corners = true; diff --git a/bspwm-home/.config/bspwm/bspwmrc b/bspwm-home/.config/bspwm/bspwmrc index db9bfae0..331b9902 100755 --- a/bspwm-home/.config/bspwm/bspwmrc +++ b/bspwm-home/.config/bspwm/bspwmrc @@ -19,23 +19,14 @@ al-polybar-session & # Set some bsp specific stuff bspc monitor -d I II III IV V VI VII VIII IX X -bspc config border_width 3 bspc config window_gap 12 -bspc config top_padding 18 -bspc config right_padding 0 -bspc config bottom_padding 0 -bspc config left_padding 0 +bspc config border_width 2 -bspc config split_ratio 0.54 -bspc config borderless_monocle false +bspc config split_ratio 0.62 +bspc config borderless_monocle true bspc config gapless_monocle true -bspc config paddingless_monocle true bspc config pointer_modifier mod1 -bspc config click_to_focus true bspc config pointer_action1 move bspc config pointer_action2 resize_side bspc config pointer_action3 resize_corner - -bspc rule -a thunar desktop='^1' state=floating follow=on -bspc rule -a firefox desktop='^2'