🔧 chore(hypr/bindings, hypr/decorations): open shell if not running with F7, smaller blur size

This commit is contained in:
retrozinndev
2025-07-30 18:18:02 -03:00
parent 91d2a0ee1b
commit ada9cbb4a5
2 changed files with 8 additions and 11 deletions
+3 -4
View File
@@ -1,17 +1,16 @@
# color-shell specific configuration, please don't modify unless you know what you're doing! # 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, SPACE, exec, $menu
bind = $mainMod, F11, fullscreen bind = $mainMod, F11, fullscreen
bind = , Print, exec, $exec sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh 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 bind = $mainMod, Print, exec, $exec sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh full
# restarts colorshell # 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, K, exec, $exec $terminal
bind = $mainMod, Q, killactive 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, M, exec, astal toggle center-window
bind = $mainMod, L, exec, $exec hyprlock bind = $mainMod, L, exec, $exec hyprlock
bind = $mainMod, V, exec, astal runner '>' || $exec sh $XDG_CONFIG_HOME/hypr/scripts/clipboard-menu.sh 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 toggle apps-window
bind = $mainMod, $mainMod_l, exec, astal peek-workspace-num bind = $mainMod, $mainMod_l, exec, astal peek-workspace-num
+5 -7
View File
@@ -13,14 +13,12 @@ general {
col.inactive_border = $background col.inactive_border = $background
resize_on_border = false resize_on_border = false
allow_tearing = false allow_tearing = false
layout = dwindle layout = dwindle
} }
render { render {
ctm_animation = 1 ctm_animation = true
} }
misc { misc {
@@ -37,8 +35,8 @@ decoration {
shadow { shadow {
enabled = true enabled = true
range = 4 range = 5
render_power = 4 render_power = 8
color = $background color = $background
} }
@@ -46,8 +44,8 @@ decoration {
enabled = true enabled = true
new_optimizations = true new_optimizations = true
xray = false # Setting to true may cause glitches on nvidia cards! xray = false # Setting to true may cause glitches on nvidia cards!
size = 18 size = 14
passes = 3 passes = 4
vibrancy = 12 vibrancy = 12
popups = false # Enable blur for popups popups = false # Enable blur for popups