summaryrefslogtreecommitdiff
path: root/hypr/hyprland.conf
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2024-11-19 12:50:39 -0600
committerZachIR <zachir@librem.one>2024-11-19 12:50:39 -0600
commit82eb7148181fa6ecfa1fcc4979fccc75f269bdd9 (patch)
tree927c12a8ecc4cd2672e792a03d4cb0b2f607a973 /hypr/hyprland.conf
parent50651b5484ab0351ed03a8b254ce085a98d28cd3 (diff)
parent2b9df77bbc5fa85f94b15b043c659168a606d1db (diff)
Merge branch 'master' into car
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 536ba09..dbf709d 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -108,10 +108,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
@@ -121,6 +117,14 @@ decoration {
xray = true
}
#}}}
+ #{{{ Shadow options
+ shadow {
+ enabled = false
+ range = 4
+ render_power = 3
+ color = 0xee1a1a1a
+ }
+ #}}}
}
#}}}
@@ -155,9 +159,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
}
#}}}