From ae0dc7696e2e37d3a3b0d8f4f566b78416046bab Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 10 Apr 2023 18:17:40 -0400 Subject: [PATCH] hyprland: Use yes/no instead of true/false Personal preference. I like the shorter syntax and how it feels less like work and more like something natural for humans. --- hyprland/.config/hypr/hyprland.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index a896d080..099257e1 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -33,7 +33,7 @@ input { follow_mouse = 1 touchpad { - natural_scroll = false + natural_scroll = no } sensitivity = 0 # -1.0 - 1.0, 0 means no modification. @@ -55,19 +55,19 @@ decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 10 - blur = true + blur = yes blur_size = 3 blur_passes = 1 - blur_new_optimizations = true + blur_new_optimizations = yes - drop_shadow = true + drop_shadow = yes shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) } animations { - enabled = true + enabled = yes # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more @@ -83,18 +83,18 @@ animations { dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more - pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below - preserve_split = true # you probably want this + 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 { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + new_is_master = yes } gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = false + workspace_swipe = no } # Example per-device config