🔧 chore(hypr/bindings, hypr/decorations): open shell if not running with F7, smaller blur size
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user