aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/hm/sils/hyprland.nix29
1 files changed, 15 insertions, 14 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix
index 4de6524..f54f4ba 100644
--- a/modules/hm/sils/hyprland.nix
+++ b/modules/hm/sils/hyprland.nix
@@ -58,9 +58,9 @@ in {
general = {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
- gaps_in = "1";
- gaps_out = "2";
- border_size = "1";
+ gaps_in = "5";
+ gaps_out = "10";
+ border_size = "3";
#"col.active_border" = "rgba(000000cc)";
#"col.inactive_border" = "rgba(595959aa)";
@@ -70,24 +70,25 @@ in {
decoration = {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
- inactive_opacity = "1";
+ inactive_opacity = "0.8";
active_opacity = "1";
- rounding = "1";
+ rounding = "5";
blur = {
- enabled = false;
- #size = "3";
- #passes = "1";
- #new_optimizations = "on";
+ enabled = true;
+ size = "3";
+ passes = "1";
+ new_optimizations = "on";
};
- # drop_shadow = "yes";
- # shadow_range = "4";
- # shadow_render_power = "3";
+ #drop_shadow = "yes";
+
+ #shadow_range = "4";
+ #shadow_render_power = "3";
#"col.shadow" = "rgba(1a1a1aee)";
};
animations = {
- enabled = "no";
+ enabled = "yes";
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
@@ -116,7 +117,7 @@ in {
gestures = {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
- workspace_swipe = "off";
+ workspace_swipe = "on";
};
# Example windowrule v1