diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index e03c300..3a91c97 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -16,4 +16,5 @@ source = ~/.config/hypr/monitors.conf source = ~/.config/hypr/input.conf source = ~/.config/hypr/bindings.conf source = ~/.config/hypr/envs.conf +source = ~/.config/hypr/looknfeel.conf source = ~/.config/hypr/autostart.conf diff --git a/config/hypr/looknfeel.conf b/config/hypr/looknfeel.conf new file mode 100644 index 0000000..1816d77 --- /dev/null +++ b/config/hypr/looknfeel.conf @@ -0,0 +1,17 @@ +# Change the default Omarchy look'n'feel + +# https://wiki.hyprland.org/Configuring/Variables/#general +general { + # No gaps between windows + # gaps_in = 0 + # gaps_out = 0 + + # Use master layout instead of dwindle + # layout = master +} + +# https://wiki.hyprland.org/Configuring/Variables/#decoration +decoration { + # Use round window corners + # rounding = 8 +}