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.
|
# Some default env vars.
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
|
|
||||||
|
# Cursor
|
||||||
|
env = WLV_NO_HARDWARE_CURSORS,1
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
input {
|
input {
|
||||||
kb_layout = ro
|
kb_layout = ro
|
||||||
|
@ -65,11 +68,12 @@ decoration {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
|
|
||||||
rounding = 10
|
rounding = 10
|
||||||
blur = yes
|
blur {
|
||||||
|
enabled = true
|
||||||
blur_size = 10
|
blur_size = 10
|
||||||
# blur_passes = 2 # I think this is deprecated
|
passes = 2
|
||||||
# blur_new_optimizations = on # I think this is deprecated but I'm not sure /shrug
|
new_optimizations = on
|
||||||
|
}
|
||||||
drop_shadow = yes
|
drop_shadow = yes
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
shadow_render_power = 3
|
shadow_render_power = 3
|
||||||
|
|
Loading…
Reference in a new issue