aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-10-17 16:59:52 +0100
committervaxerski <[email protected]>2022-10-17 16:59:52 +0100
commitecf0cdaba4f8da4922bbf8c2cc607b9f5e9ae3b6 (patch)
tree08f596de120cb47669722182a147a0f2d21ad545 /example
parent286cb90c48098f0e8ce014671ccda8754cb9c5dd (diff)
downloadHyprland-ecf0cdaba4f8da4922bbf8c2cc607b9f5e9ae3b6.tar.gz
Hyprland-ecf0cdaba4f8da4922bbf8c2cc607b9f5e9ae3b6.zip
a bit more default config nice addonsv0.16.0beta
Diffstat (limited to 'example')
-rw-r--r--example/hyprland.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf
index 51fe6177..dac81ed4 100644
--- a/example/hyprland.conf
+++ b/example/hyprland.conf
@@ -56,6 +56,11 @@ decoration {
blur_size = 3
blur_passes = 1
blur_new_optimizations = on
+
+ drop_shadow = yes
+ shadow_range = 4
+ shadow_render_power = 3
+ col.shadow = rgba(1a1a1aee)
}
animations {
@@ -74,7 +79,8 @@ animations {
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
- pseudotile = false
+ pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
+ preserve_split = yes # you probably want this
}
master {
@@ -110,7 +116,8 @@ bind = $mainMod, M, exit,
bind = $mainMod, E, exec, dolphin
bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, wofi --show drun
-bind = $mainMod, P, pseudo,
+bind = $mainMod, P, pseudo, # dwindle
+bind = $mainMod, J, togglesplit, # dwindle
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l