mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
not deprecated, just moved
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
c14f310c68
commit
5b8515041e
1 changed files with 9 additions and 5 deletions
|
@ -32,6 +32,9 @@ exec-once = dunst & polkit-kde-agent & hyprpaper & eww daemon & eww open bar
|
|||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
|
||||
# Cursor
|
||||
env = WLV_NO_HARDWARE_CURSORS,1
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = ro
|
||||
|
@ -65,11 +68,12 @@ decoration {
|
|||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 10
|
||||
blur = yes
|
||||
blur_size = 10
|
||||
# blur_passes = 2 # I think this is deprecated
|
||||
# blur_new_optimizations = on # I think this is deprecated but I'm not sure /shrug
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
blur_size = 10
|
||||
passes = 2
|
||||
new_optimizations = on
|
||||
}
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
|
|
Loading…
Reference in a new issue