]> git.lizzy.rs Git - bspwm.git/blobdiff - contrib/zsh_completion
Add new setting: borderless_singleton
[bspwm.git] / contrib / zsh_completion
index 169198ad4719a7a0f228a6b1eaf248f70602db01..c3d0b47dd54b469693902d619bb72c47e2945afb 100644 (file)
@@ -316,7 +316,7 @@ _bspc() {
                        ;;
                (config)
                        local -a {look,behaviour,input}{_bool,}
-                       look_bool=(presel_feedback borderless_monocle gapless_monocle)
+                       look_bool=(presel_feedback borderless_monocle gapless_monocle borderless_singleton)
                        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)