mirror of
https://github.com/eliasrenman/dotfiles.git
synced 2026-03-17 04:56:07 +01:00
fix: ricing
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
general {
|
||||
gaps_in=10
|
||||
gaps_out=15
|
||||
gaps_out=0
|
||||
border_size=3
|
||||
col.inactive_border=rgba(f7768eff) rgba(73dacaff) 45deg
|
||||
col.active_border=rgba(73dacaff) rgba(f7768eff) 45deg
|
||||
@@ -24,14 +24,14 @@ decoration {
|
||||
#
|
||||
# Round corners
|
||||
#
|
||||
rounding = 6
|
||||
rounding = 3
|
||||
multisample_edges = true
|
||||
|
||||
#
|
||||
# Opacity
|
||||
#
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.95
|
||||
active_opacity = 0.98
|
||||
inactive_opacity = 0.65
|
||||
|
||||
#
|
||||
# Blur
|
||||
@@ -65,14 +65,14 @@ animations {
|
||||
#
|
||||
bezier = overshot, 0.05, 0.5, 0.1, 1.05
|
||||
bezier = smoothOut, 0.36, 0, 0.66, -0.56
|
||||
bezier = smoothIn, 0.25, 0.8, 0.5, 1
|
||||
bezier = smoothIn, 0.25, 0.8, 0.5, 0.5
|
||||
|
||||
animation = windows, 1, 5, overshot, slide
|
||||
animation = windowsOut, 1, 4, smoothOut, slide
|
||||
animation = windowsMove, 1, 4, default
|
||||
animation = border, 1, 10, default
|
||||
animation = fade, 1, 10, smoothIn
|
||||
animation = fadeDim, 1, 10, smoothIn
|
||||
animation = fade, 1, 2, smoothIn
|
||||
animation = fadeDim, 1, 2, smoothIn
|
||||
animation = workspaces, 1, 6, default
|
||||
|
||||
}
|
||||
@@ -123,5 +123,3 @@ windowrulev2 = workspace 3, class:^(discord)$
|
||||
windowrulev2 = workspace 3, class:^(Slack)$
|
||||
windowrulev2 = workspace special, class:^(thunar)$
|
||||
windowrulev2 = workspace special, class:^(YouTube Music)$
|
||||
# fullscreen
|
||||
windowrule = fullscreen, wlogout
|
||||
Reference in New Issue
Block a user