aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--example/hyprland.conf11
-rw-r--r--src/config/defaultConfig.hpp11
2 files changed, 18 insertions, 4 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
diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp
index bf3c212d..af7cd359 100644
--- a/src/config/defaultConfig.hpp
+++ b/src/config/defaultConfig.hpp
@@ -65,6 +65,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 {
@@ -83,7 +88,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 {
@@ -119,7 +125,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