animations and more
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#########
|
||||
|
||||
monitor=,preferred,auto,1
|
||||
# monitor=,preferred,auto,1, mirror, eDP-1
|
||||
|
||||
######
|
||||
#apps#
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user