diff --git a/mango/.config/mango/autostart.sh b/mango/.config/mango/autostart.sh index e937661..d4ffb4c 100755 --- a/mango/.config/mango/autostart.sh +++ b/mango/.config/mango/autostart.sh @@ -3,7 +3,7 @@ set +e # pipewire -sleep 1 && gentoo-pipewire-launcher restart >/dev/null 2>&1 & +# gentoo-pipewire-launcher restart >/dev/null 2>&1 & # ssh agent ssh-agent -a /run/user/1000/ssh-agent.socket >/dev/null 2>&1 & @@ -17,7 +17,7 @@ ssh-agent -a /run/user/1000/ssh-agent.socket >/dev/null 2>&1 & # clipboard content manager wl-paste --type text --watch cliphist store >/dev/null 2>&1 & -discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized >/dev/null 2>&1 & +discord --start-minimized >/dev/null 2>&1 & # Noctalia # qs -c noctalia-shell & diff --git a/mango/.config/mango/config.conf b/mango/.config/mango/config.conf index ddc70c1..a2a1f17 100644 --- a/mango/.config/mango/config.conf +++ b/mango/.config/mango/config.conf @@ -71,15 +71,12 @@ drag_tile_to_tile = 1 # | Look n Feel | # theming | https://mangowm.github.io/docs/visuals -gappih=5 -gappiv=5 -gappoh=10 -gappov=10 +gappih = 20 +gappiv = 20 +gappoh = 40 +gappov = 40 borderpx = 4 -border_radius = 6 -no_radius_when_single=0 -focused_opacity=1.0 -unfocused_opacity=1.0 +border_radius = 10 scratchpad_width_ratio = 0.8 scratchpad_height_ratio = 0.9 @@ -96,25 +93,24 @@ overlaycolor = 0x14a57cff cursor_theme = capitaine-cursors cursor_size = 24 -# Window effect -blur=0 -blur_layer=0 -blur_optimized=1 +blur = 1 +blur_layer = 1 +blur_optimized = 1 blur_params_num_passes = 2 -blur_params_radius = 5 -blur_params_noise = 0.02 +blur_params_radius = 4 +blur_params_noise = 0.04 blur_params_brightness = 0.9 blur_params_contrast = 0.9 blur_params_saturation = 1.2 shadows = 0 -layer_shadows = 0 -shadow_only_floating = 1 +layer_shadows = 1 +shadow_only_floating = 0 shadows_size = 10 -shadows_blur = 15 +shadows_blur = 5 shadows_position_x = 0 shadows_position_y = 0 -shadowscolor= 0x000000ff +shadowscolor = 0x000000ff animations = 1 layer_animations = 1 @@ -153,7 +149,7 @@ bind = SUPER, b, spawn, firefox-bin # bind = SUPER, x, spawn, alacritty -e hx # DMS specific keybinds. -bind = SUPER, space, spawn, dms ipc call spotlight toggle +bind = SUPER+CTRL, Return, spawn, dms ipc call spotlight toggle bind = SUPER, c, spawn, dms ipc call clipboard toggle bind = SUPER, m, spawn, dms ipc call processlist focusOrToggle bind = SUPER, s, spawn, dms ipc call settings focusOrToggle diff --git a/mango/.config/mango/dms/layout.conf b/mango/.config/mango/dms/layout.conf index d777800..61ff92e 100644 --- a/mango/.config/mango/dms/layout.conf +++ b/mango/.config/mango/dms/layout.conf @@ -1,7 +1,7 @@ # Auto-generated by DMS - do not edit manually border_radius=12 -gappih=4 -gappiv=4 -gappoh=4 -gappov=4 -borderpx=2 +gappih=28 +gappiv=28 +gappoh=28 +gappov=28 +borderpx=3