Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions hyprland/.config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ decoration {
passes = 1
}

drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
shadow {
enabled = yes
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
}

animations {
Expand Down Expand Up @@ -140,7 +142,10 @@ device {
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
layerrule = noanim, wofi
layerrule {
name = wofi
no_anim = yes
}

# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = super
Expand Down
6 changes: 4 additions & 2 deletions hyprpaper/.config/hypr/hyprpaper.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
preload = ~/.config/backgrounds/shaded.png
wallpaper = , ~/.config/backgrounds/shaded.png
wallpaper {
monitor =
path = ~/.config/backgrounds/shaded.png
}