summaryrefslogtreecommitdiff
path: root/hypr/hyprland.conf
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2024-11-19 12:45:02 -0600
committerZachIR <zachir@librem.one>2024-11-19 12:45:02 -0600
commit01432500285b3f0440edddbd3020524f02647701 (patch)
treee548c68fbc0d3d11ae08a17fa6c5ed4a132239d9 /hypr/hyprland.conf
parent1aeb6934e5cd1babd19a56417d35b6fa1904f934 (diff)
Updates hyprland config to the latest version
Shadow became its own category in Decorations, and an option in master disappeared, and a new one got added.
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r--hypr/hyprland.conf15
1 files changed, 10 insertions, 5 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 7b2d664..097aa8a 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -110,10 +110,6 @@ misc {
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10
- drop_shadow = no
- shadow_range = 4
- shadow_render_power = 3
- col.shadow = rgba(1a1a1aee)
#{{{ Blur options
blur {
enabled = true
@@ -123,6 +119,14 @@ decoration {
xray = true
}
#}}}
+ #{{{ Shadow options
+ shadow {
+ enabled = false
+ range = 4
+ render_power = 3
+ color = 0xee1a1a1a
+ }
+ #}}}
}
#}}}
@@ -157,9 +161,10 @@ master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_status = inherit
new_on_top = true
- no_gaps_when_only = false
+ #no_gaps_when_only = false
orientation = left
inherit_fullscreen = true
+ drop_at_cursor = true
}
#}}}