Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decoration:blur section #168

Merged
merged 1 commit into from
Aug 13, 2023
Merged
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
12 changes: 7 additions & 5 deletions nwg_shell/skel/config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ env = XCURSOR_SIZE,24
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 5
blur = true
blur_size = 3
blur_passes = 1
blur_new_optimizations = true
blur {
enabled = true
size = 3
passes = 1
new_optimizations = true
}

drop_shadow = true
shadow_range = 4
Expand Down Expand Up @@ -167,4 +169,4 @@ bind = $mainMod, mouse_up, workspace, e-1

# MOVE/RESIZE WINDOWS with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Git is drunk, I didn't touch this.

bindm = $mainMod, mouse:273, resizewindow