use wofi and probably animations too
This commit is contained in:
1 parent
4ab5fa9ad9
commit
c613cbdbae
1 file changed
+29
-15
+29
-15
@@ -22,17 +22,27 @@ general {
|
|||||||
gaps_in=9
|
gaps_in=9
|
||||||
gaps_out=15
|
gaps_out=15
|
||||||
border_size=2
|
border_size=2
|
||||||
col.active_border=0xffeeaaee 0xffaaaaee 45deg
|
col.active_border=0xffaaaaee 0xffeeaaee 45deg
|
||||||
col.inactive_border=0x66333333
|
col.inactive_border=0x66333333
|
||||||
|
|
||||||
apply_sens_to_raw=0
|
apply_sens_to_raw=0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
group {
|
||||||
|
col.border_active=0xffaaaaee 0xffeeaaee 45deg
|
||||||
|
col.border_inactive=0x66333333
|
||||||
|
groupbar {
|
||||||
|
enabled=false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 10
|
||||||
blur = true
|
blur {
|
||||||
blur_size = 5
|
enabled = true
|
||||||
blur_new_optimizations = on
|
size = 3
|
||||||
|
new_optimizations = on
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
@@ -42,18 +52,19 @@ dwindle {
|
|||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
bezier = myBezier, 0.05, 0.9, 0.05, 1.05
|
bezier = decel, 0.05, 0.1, 0.1, 1
|
||||||
|
|
||||||
animation = windows, 1, 1, myBezier
|
animation = windows, 1, 2, decel
|
||||||
animation = windowsOut, 1, 1, default, popin 80%
|
animation = windowsOut, 1, 2, decel, popin 80%
|
||||||
animation = border, 1, 1, default
|
animation = border, 1, 2, decel
|
||||||
animation = borderangle, 1, 1, default
|
animation = borderangle, 1, 2, decel
|
||||||
animation = fade, 1, 1, default
|
animation = fade, 1, 2, decel
|
||||||
animation = workspaces, 1, 1, default
|
animation = workspaces, 1, 2, decel, slidefade 5%
|
||||||
}
|
}
|
||||||
|
|
||||||
exec-once=wayland-init
|
exec-once=wayland-init
|
||||||
exec=killall swaybg; swaybg -i $HOME/pictures/wallpaper/current -m fill
|
exec-once=wallpaper
|
||||||
|
exec-once=eww open bar-eDP
|
||||||
|
|
||||||
windowrule=float,Rofi
|
windowrule=float,Rofi
|
||||||
windowrule=float,title:Firefox — Sharing Indicator
|
windowrule=float,title:Firefox — Sharing Indicator
|
||||||
@@ -66,8 +77,8 @@ bind=$mod,return,exec,kitty
|
|||||||
bind=$mod,backslash,exec,alacritty
|
bind=$mod,backslash,exec,alacritty
|
||||||
bind=$mod,x,killactive,
|
bind=$mod,x,killactive,
|
||||||
bind=$mod,2,exit,
|
bind=$mod,2,exit,
|
||||||
bind=$mod,D,exec,rofi -show drun -show-icons
|
bind=$mod,D,exec,wofi --show drun -IG
|
||||||
bind=,PRINT,exec,grim -g "$(slurp -d)" - | swappy -f -
|
bind=,PRINT,exec,screenshot
|
||||||
bind=$mod,v,exec,popup pulsemixer
|
bind=$mod,v,exec,popup pulsemixer
|
||||||
bind=$mod,c,exec,popup qalc
|
bind=$mod,c,exec,popup qalc
|
||||||
bind=$mod,k,exec,popup note
|
bind=$mod,k,exec,popup note
|
||||||
@@ -88,7 +99,7 @@ bind=$mod SHIFT,O,movewindow,r
|
|||||||
bind=,page_up,exec,
|
bind=,page_up,exec,
|
||||||
bind=,page_down,exec,
|
bind=,page_down,exec,
|
||||||
|
|
||||||
bind=SUPERSHIFT,space,togglefloating,
|
bind=$mod SHIFT,space,togglefloating,
|
||||||
|
|
||||||
bind=$mod,a,workspace,1
|
bind=$mod,a,workspace,1
|
||||||
bind=$mod,r,workspace,2
|
bind=$mod,r,workspace,2
|
||||||
@@ -116,6 +127,9 @@ bind=$mod,mouse_up,workspace,e-1
|
|||||||
bindm=$mod,mouse:272,movewindow
|
bindm=$mod,mouse:272,movewindow
|
||||||
bindm=$mod,mouse:273,resizewindow
|
bindm=$mod,mouse:273,resizewindow
|
||||||
|
|
||||||
|
bind=$mod,g,togglegroup
|
||||||
|
bind=$mod,m,changegroupactive
|
||||||
|
|
||||||
bind = $mod SHIFT,backspace,submap,clean
|
bind = $mod SHIFT,backspace,submap,clean
|
||||||
submap = clean
|
submap = clean
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user