Updated config

This commit is contained in:
2024-06-19 16:52:32 +02:00
parent 0a339fad34
commit 93a4ec7f7e
5 changed files with 32 additions and 77 deletions

View File

@ -1,12 +1,12 @@
animations {
enabled = yes
enabled = no
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 2, myBezier
animation = windowsOut, 1, 2, default, popin 80%
animation = border, 1, 5, default
animation = borderangle, 1, 3, default
animation = fade, 1, 2, default
animation = workspaces, 1, 1, default
# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
#
# animation = windows, 1, 2, myBezier
# animation = windowsOut, 1, 2, default, popin 80%
# animation = border, 1, 5, default
# animation = borderangle, 1, 3, default
# animation = fade, 1, 2, default
# animation = workspaces, 1, 1, default
}

View File

@ -1,78 +1,33 @@
general {
gaps_in = 2
gaps_out = 4
border_size = 2
layout = dwindle
gaps_in = 5
gaps_out = 10
border_size = 1
allow_tearing = true
}
# Default
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
#col.inactive_border = rgba(595959aa)
decoration {
rounding = 5
drop_shadow = true
blur:enabled = false
}
# Generic
col.active_border = rgba(ffffff80)
col.inactive_border = rgba(ffffff20)
animations {
enabled = false
}
# Ubuntu
# col.active_border = rgba(d98e1fff) rgba(d87713ff) 45deg
# col.inactive_border = rgba(d98e1f60)
dwindle {
no_gaps_when_only = 1
}
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
kb_rules =
touchpad {
natural_scroll = no
}
follow_mouse = 1
sensitivity = 0
accel_profile = flat
sensitivity = 0
}
misc {
vrr = 1
}
debug {
overlay = false
}
decoration {
rounding = 5
blur {
enabled = true
size = 4
passes = 4
new_optimizations = on
ignore_opacity = on
xray = false
}
drop_shadow = no
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
# active_opacity = 0.9
inactive_opacity = 0.9
}
dwindle {
pseudotile = yes
preserve_split = yes
no_gaps_when_only = 1
}
master {
new_is_master = true
}
gestures {
workspace_swipe = off
}
misc {
force_default_wallpaper = 0
}

View File

@ -3,7 +3,6 @@ source = programs.conf
source = environment.conf
source = autostart.conf
source = general.conf
source = animations.conf
source = rules.conf
source = keys.conf
source = typing.conf