feat: new border style and vscode window rule

This commit is contained in:
hesam-init 2024-02-15 23:02:53 +03:30
parent dc24d10f2c
commit a746c4fcff
5 changed files with 11 additions and 6 deletions

View file

@ -4,7 +4,7 @@
# -----------------------------------------------------
decoration {
rounding = 8
rounding = 6
blur {
enabled = true
@ -18,7 +18,7 @@ decoration {
}
active_opacity = 1.0
inactive_opacity = 0.9
inactive_opacity = 0.8
fullscreen_opacity = 1.0
drop_shadow = true

View file

@ -9,8 +9,8 @@ bind = $mainMod, E, exec, $fileManager
bind = $mainMod, N, exec, $network_manager
bind = $mainMod, V, togglefloating,
bind = $mainMod, C, killactive,
bind = $mainMod, M, exit,
bind = $mainMod, P, pseudo,
# bind = $mainMod, M, exit,
bind = $mainMod, J, togglesplit,
bind = $mainMod, F, fullscreen, 1
bind = $mainMod SHIFT, right, resizeactive, 100 0

View file

@ -7,10 +7,13 @@ windowrulev2 = bordercolor rgb(FF0000) rgb(880808) 15deg,fullscreen:1
windowrulev2 = animation popin,class:^(alacritty|Alacritty|pavucontrol|org.kde.polkit-kde-authentication-agent-1)$
windowrulev2 = float,class:^(pavucontrol|wlogout|dunst|Dunst|org.kde.polkit-kde-authentication-agent-1)$
# alacritty:
# alacritty rules:
windowrulev2 = float, class:floating
windowrulev2 = animation popin, class:floating
# vscode rules :
windowrulev2 = opacity 0.8,class:^(Code)$
# firefox rules :
windowrulev2= float,class:^(Firefox|firefox)$,title:^(Library|Picture-in-Picture)$
windowrulev2= animation popin,class:^(Firefox|firefox)$,title:^(Library|Picture-in-Picture)$

View file

@ -7,9 +7,11 @@ general {
max_fps = 75
gaps_in = 4
gaps_out = 5
border_size = 2
border_size = 1
col.active_border = rgba(0DB7D4FF)
col.inactive_border = rgba(31313699)
no_focus_fallback = true
layout = dwindle
allow_tearing = false

View file

@ -1,7 +1,7 @@
{
"layer": "top",
"position": "top",
"height": 32,
"height": 30,
"spacing": 5,
"margin-top": 10,
"margin-bottom": 5,