From 776a2881462c56f203f9b81608659789cf55404b Mon Sep 17 00:00:00 2001 From: DustVoice Date: Sat, 21 Mar 2020 20:09:04 +0100 Subject: [PATCH] Switch to dracula based colorscheme in bspwm; Change keybind for presel abort --- .config/bspwm/bspwmrc | 41 +++++++++++++++++------------------------ .config/sxhkd/sxhkdrc | 4 ++-- 2 files changed, 19 insertions(+), 26 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 01bf06ca..84a37c3d 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -6,35 +6,28 @@ for monitor in $(bspc query -M); do bspc monitor $monitor -d \~ done -bspc config border_width 2 -bspc config window_gap 0 -bspc config top_padding 20 -bspc config bottom_padding 0 -bspc config left_padding 0 -bspc config right_padding 0 -bspc config single_monocle false -bspc config split_ratio 0.50 -bspc config borderless_monocle true -bspc config gapless_monocle true -bspc config focus_follows_pointer true -bspc config remove_disabled_monitors true -bspc config merge_overlapping_monitors true +bspc config border_width 2 +bspc config window_gap 0 +bspc config top_padding 20 +bspc config bottom_padding 0 +bspc config left_padding 0 +bspc config right_padding 0 +bspc config single_monocle false +bspc config split_ratio 0.50 +bspc config borderless_monocle true +bspc config gapless_monocle true +bspc config focus_follows_pointer true +bspc config remove_disabled_monitors true +bspc config merge_overlapping_monitors true bspc config pointer_modifier mod1 bspc config pointer_action1 move bspc config pointer_action2 resize_side bspc config pointer_action3 resize_corner -bspc config normal_border_color "#4c6a6a" -bspc config active_border_color "#1e1e1e" -bspc config focused_border_color "#a6f6c6" -bspc config presel_feedback_color "#a6c6c6" -# bspc config urgent_border_color "#dd2727" - -#polybar hidden when fullscreen for vlc, youtube, mpv ... -#find out the name of your monitor with xrandr -#xdo below -t $(xdo id -n root) $(xdo id -a polybar-main_DisplayPort-0) -#xdo below -t $(xdo id -n root) $(xdo id -a polybar-main_DisplayPort-1) -#xdo below -t $(xdo id -n root) $(xdo id -a polybar-main_HDMI-A-0) +bspc config normal_border_color "#6272a4" +bspc config active_border_color "#bd93f9" +bspc config focused_border_color "#8be9fd" +bspc config presel_feedback_color "#44475a" bspc rule -a Screenkey manage=off bspc rule -a Zathura state=tiled manage=on diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index d5eeafe8..4a9785ad 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -94,11 +94,11 @@ alt + ctrl + {1-9} bspc node -o 0.{1-9} # cancel the preselection for the focused node -alt + ctrl + space +alt + ctrl + 0 bspc node -p cancel # cancel the preselection for the focused desktop -alt + ctrl + shift + space +alt + ctrl + shift + 0 bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel