diff options
author | Joe Rayhawk <jrayhawk@fairlystable.org> | 2024-12-16 13:56:06 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@fairlystable.org> | 2024-12-16 13:56:06 -0800 |
commit | d108c26b2410d87e302296e7fa04c3062ec82c8f (patch) | |
tree | f0ed45a78bf7643153477e78db7061ad8526124d /.config/hypr/hyprland.conf | |
parent | 8c47f56eb9b2a006c1d8c04cf0b1d0c87bac93c5 (diff) | |
download | jrayhawk-dotfiles-d108c26b2410d87e302296e7fa04c3062ec82c8f.tar.gz jrayhawk-dotfiles-d108c26b2410d87e302296e7fa04c3062ec82c8f.zip |
hyprland: whitespace fixes
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 7b9a18c..f012fad 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -62,7 +62,7 @@ env = GDK_SCALE,1 # Refer to https://wiki.hyprland.org/Configuring/Variables/ # https://wiki.hyprland.org/Configuring/Variables/#general -general { +general { gaps_in = 2 gaps_out = 5 @@ -73,7 +73,7 @@ general { col.inactive_border = rgba(595959aa) # Set to true enable resizing windows by clicking and dragging on borders and gaps - resize_on_border = false + resize_on_border = false # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false |