diff --git a/.config/mango/config.conf b/.config/mango/config.conf index 645716c..375f74c 100644 --- a/.config/mango/config.conf +++ b/.config/mango/config.conf @@ -37,6 +37,10 @@ unfocused_opacity=1.0 # ============================================================================ animations=1 layer_animations=0 +# I hate animations, this will disable them +layer_animations=0 +animations=0 +# Theyre gone animation_type_open=zoom animation_type_close=slide layer_animation_type_open=slide @@ -83,7 +87,7 @@ smartgaps=1 # Overview # ============================================================================ hotarea_size=10 -enable_hotarea=1 +enable_hotarea=0 hotarea_corner=0 ov_tab_mode=0 overviewgappi=5 @@ -208,8 +212,8 @@ bind=ALT,r,spawn,foot -T yazi -W 150x50 -e ranger # --- Focus --------------------------------------------------------------- # river: Mod1 J/K focus-view next/previous (dwm: focusstack +1/-1) -bind=ALT,j,focusstack,next -bind=ALT,k,focusstack,prev +bind=ALT,k,focusstack,next +bind=ALT,j,focusstack,prev # Direction-based focus (mango bonus, useful complement) bind=ALT,Left,focusdir,left @@ -358,9 +362,13 @@ bindl=NONE,XF86AudioNext,spawn,playerctl next bindl=NONE,XF86AudioMedia,spawn,playerctl play-pause # --- Screenshots (grim/slurp, mirrors river) ----------------------------- -bind=NONE,Print,spawn_shell,grim - | tee /home/$USER/scrot/$(date +"%F_%T").png | wl-copy -bind=ALT,Print,spawn_shell,grim -g "$(slurp -d)" - | tee /home/$USER/scrot/$(date +"%F_%T").png | wl-copy -bind=ALT+SHIFT,Print,spawn,hyprpicker -anl +#bind=NONE,Print,spawn_shell,grim - | tee /home/$USER/scrot/$(date +"%F_%T").png | wl-copy +#bind=ALT,Print,spawn_shell,grim -g "$(slurp -d)" - | tee /home/$USER/scrot/$(date +"%F_%T").png | wl-copy +#bind=ALT+SHIFT,Print,spawn,hyprpicker -anl + +bind=None,Print,spawn_shell, file="/home/$USER/Pictures/Screenshots/$(date +%F_%T).png"; grim -g "$(slurp -d)" "$file" && wl-copy -t image/png < "$file" +bind=Alt,Print,spawn_shell, grim - | tee /home/$USER/Pictures/Screenshots/$(date +"%F_%T").png | wl-copy -t image/png +bind=Alt+SHIFT,Print,spawn_shell, grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:- | grep -o '#[0-9A-F]\{6\}' | tr -d '\n' | wl-copy -t text/plain # ============================================================================ # Mouse bindings (river: Mod1 left=move, right=resize, middle=toggle float)