]> git.lizzy.rs Git - bspwm.git/blobdiff - contrib/zsh_completion
Add setting: presel_feedback
[bspwm.git] / contrib / zsh_completion
index 903d6d2d7e3bb7c35f3fb5294273917357d68a8c..0638ac641b68d0a22ad65dce3d103e1cd14593dd 100644 (file)
@@ -315,7 +315,7 @@ _bspc() {
                        ;;
                (config)
                        local -a {look,behaviour,input}{_bool,}
-                       look_bool=(borderless_monocle gapless_monocle)
+                       look_bool=(presel_feedback borderless_monocle gapless_monocle)
                        look=({normal,active,focused}_border_color {top,right,bottom,left}_padding {top,right,bottom,left}_monocle_padding presel_feedback_color border_width window_gap)
                        behaviour_bool=(single_monocle removal_adjustment ignore_ewmh_focus ignore_ewmh_struts center_pseudo_tiled honor_size_hints remove_disabled_monitors remove_unplugged_monitors merge_overlapping_monitors)
                        behaviour=(mapping_events_count ignore_ewmh_fullscreen external_rules_command split_ratio automatic_scheme initial_polarity directional_focus_tightness status_prefix)