diff options
Diffstat (limited to 'hyprland/settings.conf')
| -rw-r--r-- | hyprland/settings.conf | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/hyprland/settings.conf b/hyprland/settings.conf new file mode 100644 index 0000000..dfaf6e4 --- /dev/null +++ b/hyprland/settings.conf @@ -0,0 +1,79 @@ +############ +# Settings # +############ + +general { + gaps_in = 2 + gaps_out = 5 + border_size = 2 + col.active_border = rgba(657585ff) + col.inactive_border = rgba(59595977) + + layout = dwindle + + allow_tearing = false +} + +decoration { + rounding = 0 + + blur { + enabled = true + size = 3 + passes = 1 + } + + drop_shadow = no +} + +group { + col.border_active = 0x66ffff00 + col.border_inactive = 0x66ffff99 + + groupbar { + font_family = Iosevka Nerd Font + font_size = 10 + gradients = false + col.active = 0x66ffff00 + col.inactive = 0x00000000 + } + +} + +animations { + enabled = yes + # first_launch_animation = no + + bezier = overshoot, 0.05, 0.9, 0.1, 1.05 + + animation = windows, 1, 3, overshoot, slide + animation = border, 1, 5, default + animation = borderangle, 1, 8, default + animation = fade, 1, 3, default + animation = workspaces, 1, 2, default +} + +xwayland { + force_zero_scaling = true +} + +dwindle { + pseudotile = false + force_split = 2 + preserve_split = yes + no_gaps_when_only = 1 +} + +master { + new_is_master = false +} + +gestures { + workspace_swipe = on +} + +misc { + disable_hyprland_logo = yes + force_default_wallpaper = 0 + cursor_zoom_factor = 1 +} |
