animations and more

This commit is contained in:
2025-07-06 00:41:57 +02:00
parent 9801d9f2ae
commit 8980ee3a23
10 changed files with 77 additions and 44 deletions

View File

@@ -1,5 +1,20 @@
source = ~/.config/hypr/colors.conf
animations {
enabled = 1
bezier = liner, 1, 1, 1, 1
animation = borderangle, 1, 30, liner, loop
animation = border, 1, 4, liner
animation = fadeSwitch, 1, 2, liner
animation = workspacesIn, 1, 2, default
animation = workspacesOut, 1, 2, default
animation = specialWorkspaceIn, 1, 2, default
animation = specialWorkspaceOut, 1, 3, default
animation = windowsIn, 1, 2, default
animation = windowsOut, 1, 2, default
animation = windowsMove, 1, 1, default
}
general {
border_size = 3
no_border_on_floating = false
@@ -8,15 +23,18 @@ general {
gaps_workspaces = 0
allow_tearing = true
col.active_border=$primary
col.inactive_border=$primary_container
col.active_border= $primary $inverse_primary $primary
col.inactive_border=$primary_container
layout = dwindle
layout = master
}
master {
allow_small_split = true
special_scale_factor = 0.97
dwindle {
special_scale_factor = 0.97
force_split = 2
smart_resizing = false
use_active_for_splits = true
}
decoration {