diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:24:03 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:24:03 +0100 |
| commit | 1be3e63215eba7e9f606156b1ea745944e1e278f (patch) | |
| tree | 6eb97aaa7967293afb9129a1203acbb3618ed5ad /hyprland/settings.conf | |
| parent | 8dafe3923ea3d473f5495134e2241d1d34f63273 (diff) | |
Sort hyprland config
Diffstat (limited to 'hyprland/settings.conf')
| -rw-r--r-- | hyprland/settings.conf | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/hyprland/settings.conf b/hyprland/settings.conf deleted file mode 100644 index dfaf6e4..0000000 --- a/hyprland/settings.conf +++ /dev/null @@ -1,79 +0,0 @@ -############ -# 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 -} |
