From ecf0cdaba4f8da4922bbf8c2cc607b9f5e9ae3b6 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 17 Oct 2022 16:59:52 +0100 Subject: [PATCH] a bit more default config nice addons --- example/hyprland.conf | 11 +++++++++-- src/config/defaultConfig.hpp | 11 +++++++++-- 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