Switch to dracula based colorscheme in bspwm; Change keybind for presel abort
This commit is contained in:
parent
cbc8b9aa22
commit
776a288146
2 changed files with 19 additions and 26 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue