From fbe17d51cc2d52261721a46ee54d5dc8f32db3eb Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 15 May 2026 21:04:16 -0400 Subject: lots of changes for new setup --- .config/mango/config.conf | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) (limited to '.config/mango') diff --git a/.config/mango/config.conf b/.config/mango/config.conf index 9d20b25..64cd298 100644 --- a/.config/mango/config.conf +++ b/.config/mango/config.conf @@ -1,4 +1,5 @@ -# More option see https://github.com/DreamMaoMao/mango/wiki/ +# Init +exec-once=graphical-startup # Window effect blur=0 @@ -30,7 +31,7 @@ unfocused_opacity=1.0 animations=1 layer_animations=1 animation_type_open=slide -animation_type_close=slide +animation_type_close=zoom animation_fade_in=1 animation_fade_out=1 tag_animation_direction=1 @@ -41,7 +42,7 @@ fadeout_begin_opacity=0.8 animation_duration_move=500 animation_duration_open=400 animation_duration_tag=350 -animation_duration_close=800 +animation_duration_close=300 animation_duration_focus=0 animation_curve_open=0.46,1.0,0.29,1 animation_curve_move=0.46,1.0,0.29,1 @@ -74,7 +75,7 @@ overviewgappi=5 overviewgappo=30 # Misc -no_border_when_single=1 +no_border_when_single=0 axis_bind_apply_timeout=100 focus_on_activate=1 idleinhibit_ignore_visible=0 @@ -119,8 +120,8 @@ scratchpad_width_ratio=0.8 scratchpad_height_ratio=0.9 borderpx=2 rootcolor=0x201b14ff -bordercolor=0x44444400 -focuscolor=0x444444ff +bordercolor=0x444444ff +focuscolor=0x656565ff maximizescreencolor=0x89aa61ff urgentcolor=0xad401fff scratchpadcolor=0x516c93ff @@ -146,10 +147,27 @@ tagrule=id:9,layout_name:tile # reload config bind=SUPER,r,reload_config -# menu and terminal and browser +# cool binds bind=SUPER,Return,spawn,swenu-run bind=SUPER,w,spawn,librewolf bind=SUPER,a,spawn,foot +bind=SUPER+CTRL,l,spawn,lock_computer +bind=SUPER+SHIFT+CTRL,l,spawn,sleep_computer +bind=SUPER,i,spawn,sysinfo + +# volume binds +bind=NONE,XF86AudioRaiseVolume,spawn,wpctl set-volume @DEFAULT_SINK@ 5%+ +bind=NONE,XF86AudioLowerVolume,spawn,wpctl set-volume @DEFAULT_SINK@ 5%- +bind=NONE,XF86AudioMute,spawn,wpctl set-mute @DEFAULT_SINK@ toggle +bind=SHIFT,XF86AudioMute,spawn,wpctl set-mute @DEFAULT_SOURCE@ toggle + +# brightness binds +# note: I have configured doas to allow brightnessctl. The udev rules didn't +# work for some reason +bindl=NONE,XF86MonBrightnessUp,spawn,doas brightnessctl s +5% +bindl=SHIFT,XF86MonBrightnessUp,spawn,doas brightnessctl s 100% +bindl=NONE,XF86MonBrightnessDown,spawn,doas brightnessctl s 5%- +bindl=SHIFT,XF86MonBrightnessDown,spawn,doas brightnessctl s 1% # exit bind=SUPER,m,quit @@ -175,7 +193,7 @@ bind=SUPER,v,togglefloating, bind=ALT,a,togglemaximizescreen, bind=SUPER,f,togglefullscreen, bind=ALT+SHIFT,f,togglefakefullscreen, -bind=SUPER,i,minimized, +#bind=SUPER,i,minimized, bind=SUPER,o,toggleoverlay, bind=SUPER+SHIFT,I,restore_minimized bind=ALT,z,toggle_scratchpad @@ -189,9 +207,7 @@ bind=SUPER,n,switch_layout # tag switch bind=SUPER,Left,viewtoleft,0 -bind=CTRL,Left,viewtoleft_have_client,0 bind=SUPER,Right,viewtoright,0 -bind=CTRL,Right,viewtoright_have_client,0 bind=CTRL+SUPER,Left,tagtoleft,0 bind=CTRL+SUPER,Right,tagtoright,0 @@ -244,15 +260,12 @@ bind=CTRL+ALT,Right,resizewin,+50,+0 # Mouse Button Bindings # btn_left and btn_right can't bind none mod key mousebind=SUPER,btn_left,moveresize,curmove -mousebind=NONE,btn_middle,togglemaximizescreen,0 mousebind=SUPER,btn_right,moveresize,curresize - # Axis Bindings axisbind=SUPER,UP,viewtoleft_have_client axisbind=SUPER,DOWN,viewtoright_have_client - # layer rule layerrule=animation_type_open:zoom,layer_name:rofi layerrule=animation_type_close:zoom,layer_name:rofi -- cgit v1.2.3