From ada9cbb4a5e018db211f2a39b3ddbe76d0ad88c2 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Wed, 30 Jul 2025 18:18:02 -0300 Subject: [PATCH] :wrench: chore(hypr/bindings, hypr/decorations): open shell if not running with F7, smaller blur size --- hypr/shell/bindings.conf | 7 +++---- hypr/shell/decorations.conf | 12 +++++------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/hypr/shell/bindings.conf b/hypr/shell/bindings.conf index 72d8a85..1cba533 100644 --- a/hypr/shell/bindings.conf +++ b/hypr/shell/bindings.conf @@ -1,17 +1,16 @@ # color-shell specific configuration, please don't modify unless you know what you're doing! -# `astal` and some `.*ctl` commands don't need $exec (uwsm), since it's just some process communication +# `astal` and some `*ctl` commands don't need $exec (uwsm), since they're just process communication tools bind = $mainMod, SPACE, exec, $menu bind = $mainMod, F11, fullscreen - bind = , Print, exec, $exec sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh bind = $mainMod, Print, exec, $exec sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh full # restarts colorshell -bind = $mainMod, F7, exec, astal reload +bind = $mainMod, F7, exec, astal reload || $exec ags run bind = $mainMod, K, exec, $exec $terminal bind = $mainMod, Q, killactive @@ -23,7 +22,7 @@ bind = $mainMod, N, exec, astal toggle control-center bind = $mainMod, M, exec, astal toggle center-window bind = $mainMod, L, exec, $exec hyprlock bind = $mainMod, V, exec, astal runner '>' || $exec sh $XDG_CONFIG_HOME/hypr/scripts/clipboard-menu.sh -bind = $mainMod, W, exec, astal runner '##' +bind = $mainMod, W, exec, astal runner '\##' # bind = $mainMod, $mainMod_L, exec, astal toggle apps-window bind = $mainMod, $mainMod_l, exec, astal peek-workspace-num diff --git a/hypr/shell/decorations.conf b/hypr/shell/decorations.conf index bb2379b..e1197f3 100644 --- a/hypr/shell/decorations.conf +++ b/hypr/shell/decorations.conf @@ -13,14 +13,12 @@ general { col.inactive_border = $background resize_on_border = false - allow_tearing = false - layout = dwindle } render { - ctm_animation = 1 + ctm_animation = true } misc { @@ -37,8 +35,8 @@ decoration { shadow { enabled = true - range = 4 - render_power = 4 + range = 5 + render_power = 8 color = $background } @@ -46,8 +44,8 @@ decoration { enabled = true new_optimizations = true xray = false # Setting to true may cause glitches on nvidia cards! - size = 18 - passes = 3 + size = 14 + passes = 4 vibrancy = 12 popups = false # Enable blur for popups