From 7b05133af0ce4434aa80642ebb4e1bb8054444a6 Mon Sep 17 00:00:00 2001 From: David BELEY <6568955+dbeley@users.noreply.github.com> Date: Fri, 10 Feb 2023 01:43:01 +0100 Subject: Only use true/false in default config to reduce confusion (#1517) --- example/hyprland.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/example/hyprland.conf b/example/hyprland.conf index 0b72afd9..364188b3 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -30,7 +30,7 @@ input { follow_mouse = 1 touchpad { - natural_scroll = no + natural_scroll = false } sensitivity = 0 # -1.0 - 1.0, 0 means no modification. @@ -52,19 +52,19 @@ decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 10 - blur = yes + blur = true blur_size = 3 blur_passes = 1 - blur_new_optimizations = on + blur_new_optimizations = true - drop_shadow = yes + drop_shadow = true shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) } animations { - enabled = yes + enabled = true # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more @@ -80,8 +80,8 @@ animations { dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more - pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below - preserve_split = yes # you probably want this + pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below + preserve_split = true # you probably want this } master { @@ -91,7 +91,7 @@ master { gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = off + workspace_swipe = false } # Example per-device config @@ -112,10 +112,10 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, kitty -bind = $mainMod, C, killactive, -bind = $mainMod, M, exit, +bind = $mainMod, C, killactive, +bind = $mainMod, M, exit, bind = $mainMod, E, exec, dolphin -bind = $mainMod, V, togglefloating, +bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, wofi --show drun bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle -- cgit v1.2.3