add new rules and disable animations (bloat)
This commit is contained in:
parent
ead990482a
commit
14ac3d8cd6
@ -13,6 +13,7 @@ bind = CONTROL SHIFT, Print, exec, ~/.local/bin/print-tmp.sh
|
||||
bind = CONTROL, Print, exec, ~/.local/bin/print-window.sh
|
||||
bind = $mainMod, b, exec, MOZ_ENABLE_WAYLAND=1 firefox-bin
|
||||
bind = $mainMod ALT, x, exec, XL_SECRET_PROVIDER=file xivlauncher
|
||||
bind = $mainMod, apostrophe, exec, ~/scripts/animations.sh
|
||||
|
||||
# window control
|
||||
bind = $mainMod SHIFT, C, killactive,
|
||||
|
@ -10,6 +10,7 @@ windowrulev2=float,class:anki,title:Add
|
||||
windowrulev2=size 0%,class:explorer.exe,title:Wine System Tray
|
||||
windowrulev2=workspace 2 silent, class:^(firefox)$, title:(Mozilla Firefox)
|
||||
windowrulev2=workspace unset, class:(firefox), title:(Developer Tools)(.*)
|
||||
windowrulev2=float, class:(firefox), title:(Picture-in-Picture)
|
||||
|
||||
windowrule=float,xdg-desktop-portal-gtk
|
||||
windowrule=workspace 5 silent,anki
|
||||
|
@ -15,8 +15,8 @@ input {
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
border_size = 2
|
||||
col.active_border = rgba(ff0038ee) rgba(33e2c5ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
@ -25,7 +25,7 @@ general {
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding = 0
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
@ -40,7 +40,7 @@ decoration {
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = yes
|
||||
enabled = false
|
||||
|
||||
bezier = myBezier, 0.05, 1.2, 0.1, 1.05
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user