diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-06-19 16:01:53 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-06-19 16:01:53 -0400 |
| commit | 07ed713a9f0eb935977e6c249fa0d9a0a9b9f3b6 (patch) | |
| tree | 6981493b17385b667f2c07b89841bf8b8150eddb /.config/hypr/hyprland.conf | |
| parent | a03be895e586010986a90742b885a742310d2a89 (diff) | |
wallpaper and styling
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 440ae90..54feaf1 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,14 +1,14 @@ source=binds.conf +# Settings monitor = eDP-1, 1920x1200@60, 0x0, 1 - env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 +# Startup exec-once = startup exec-once = hyprctl dispatch workspace 1 -# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us kb_variant = @@ -31,7 +31,7 @@ input { general { layout = master - allow_tearing = false + allow_tearing = true resize_on_border = false gaps_in = 0 @@ -44,19 +44,16 @@ general { } decoration { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - rounding = 0 blur { enabled = true - size = 2 - passes = 3 + size = 1 + passes = 1 } } master { - # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more new_status = master new_on_top = true orientation = left @@ -64,7 +61,6 @@ master { } misc { - # See https://wiki.hyprland.org/Configuring/Variables/ for more force_default_wallpaper = 1 # Set to 0 or 1 to disable the anime mascot wallpapers } @@ -81,24 +77,27 @@ animations { animation = global, 1, 10, default animation = border, 1, 5.39, easeOutQuint + animation = windows, 1, 4.79, easeOutQuint - animation = windowsIn, 1, 4.1, easeOutQuint, popin 87% - animation = windowsOut, 1, 1.49, linear, popin 87% + animation = windowsIn, 1, 4.1, easeOutQuint, slide + animation = windowsOut, 1, 2, linear, slide + animation = fadeIn, 1, 1.73, almostLinear - animation = fadeOut, 1, 1.46, almostLinear + animation = fadeOut, 1, 2, easeOutQuint animation = fade, 1, 3.03, quick + animation = layers, 1, 3.81, easeOutQuint animation = layersIn, 1, 4, easeOutQuint, fade animation = layersOut, 1, 1.5, linear, fade animation = fadeLayersIn, 1, 1.79, almostLinear animation = fadeLayersOut, 1, 1.39, almostLinear - animation = workspaces, 1, 1.94, almostLinear, fade - animation = workspacesIn, 1, 1.21, almostLinear, fade + + animation = workspaces, 0, 1.94, almostLinear, fade + animation = workspacesIn, 0, 1.21, almostLinear, fade animation = workspacesOut, 1, 1.94, almostLinear, fade } # Ignore maximize requests from apps. You'll probably like this. windowrule = suppressevent maximize, class:.* - # Fix some dragging issues with XWayland windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 |
