config.conf (2899B)
1 # More option see https://github.com/DreamMaoMao/mango/wiki/ 2 source=~/.config/mango/autostart.conf 3 source=~/.config/mango/theme.conf 4 source=~/.config/mango/bindings.conf 5 #source 6 7 # Window effect 8 blur=0 9 blur_layer=0 10 blur_optimized=1 11 blur_params_num_passes = 2 12 blur_params_radius = 5 13 blur_params_noise = 0.02 14 blur_params_brightness = 0.9 15 blur_params_contrast = 0.9 16 blur_params_saturation = 1.2 17 18 shadows = 0 19 layer_shadows = 0 20 shadow_only_floating = 1 21 shadows_size = 10 22 shadows_blur = 15 23 shadows_position_x = 0 24 shadows_position_y = 0 25 26 border_radius=6 27 no_radius_when_single=0 28 focused_opacity=1.0 29 unfocused_opacity=1.0 30 31 # Animation Configuration(support type:zoom,slide) 32 # tag_animation_direction: 1-horizontal,0-vertical 33 animations=1 34 layer_animations=1 35 animation_type_open=slide 36 animation_type_close=slide 37 animation_fade_in=1 38 animation_fade_out=1 39 tag_animation_direction=1 40 zoom_initial_ratio=0.3 41 zoom_end_ratio=0.8 42 fadein_begin_opacity=0.5 43 fadeout_begin_opacity=0.8 44 animation_duration_move=500 45 animation_duration_open=400 46 animation_duration_tag=350 47 animation_duration_close=800 48 animation_duration_focus=0 49 animation_curve_open=0.46,1.0,0.29,1 50 animation_curve_move=0.46,1.0,0.29,1 51 animation_curve_tag=0.46,1.0,0.29,1 52 animation_curve_close=0.08,0.92,0,1 53 animation_curve_focus=0.46,1.0,0.29,1 54 animation_curve_opafadeout=0.5,0.5,0.5,0.5 55 animation_curve_opafadein=0.46,1.0,0.29,1 56 57 # Scroller Layout Setting 58 scroller_structs=20 59 scroller_default_proportion=0.8 60 scroller_focus_center=0 61 scroller_prefer_center=0 62 edge_scroller_pointer_focus=1 63 scroller_default_proportion_single=1.0 64 scroller_proportion_preset=0.5,0.8,1.0 65 66 # Master-Stack Layout Setting 67 new_is_master=1 68 default_mfact=0.55 69 default_nmaster=1 70 smartgaps=0 71 72 # Overview Setting 73 hotarea_size=10 74 enable_hotarea=1 75 ov_tab_mode=0 76 overviewgappi=5 77 overviewgappo=30 78 79 # Misc 80 no_border_when_single=0 81 axis_bind_apply_timeout=100 82 focus_on_activate=1 83 idleinhibit_ignore_visible=0 84 sloppyfocus=1 85 warpcursor=1 86 focus_cross_monitor=0 87 focus_cross_tag=0 88 enable_floating_snap=0 89 snap_distance=30 90 cursor_size=24 91 drag_tile_to_tile=1 92 93 # keyboard 94 repeat_rate=25 95 repeat_delay=600 96 numlockon=0 97 xkb_rules_layout=us 98 99 # Trackpad 100 # need relogin to make it apply 101 disable_trackpad=0 102 tap_to_click=1 103 tap_and_drag=1 104 drag_lock=1 105 trackpad_natural_scrolling=0 106 disable_while_typing=1 107 left_handed=0 108 middle_button_emulation=0 109 swipe_min_threshold=1 110 111 # mouse 112 # need relogin to make it apply 113 mouse_natural_scrolling=0 114 115 # Appearance 116 gappih=5 117 gappiv=5 118 gappoh=10 119 gappov=10 120 scratchpad_width_ratio=0.8 121 scratchpad_height_ratio=0.9 122 borderpx=4 123 124 # layout support: 125 # tile,scroller,grid,deck,monocle,center_tile,vertical_tile,vertical_scroller 126 tagrule=id:1,layout_name:tile 127 tagrule=id:2,layout_name:tile 128 tagrule=id:3,layout_name:tile 129 tagrule=id:4,layout_name:tile 130 tagrule=id:5,layout_name:tile 131 tagrule=id:6,layout_name:tile 132 tagrule=id:7,layout_name:tile 133 tagrule=id:8,layout_name:tile 134 tagrule=id:9,layout_name:tile