fix: remove tab binding
This commit is contained in:
parent
c63ca7ccf6
commit
1873746e77
8 changed files with 85 additions and 63 deletions
|
|
@ -42,7 +42,6 @@ decoration {
|
|||
blur_new_optimizations=true
|
||||
}
|
||||
animations {
|
||||
bezier = dragging,0.5,0.5,0.5,0.5
|
||||
enabled=1
|
||||
animation=windowsMove,1,5,default
|
||||
animation=windows,1,5,default
|
||||
|
|
@ -63,7 +62,6 @@ gestures {
|
|||
misc {
|
||||
vfr=true
|
||||
vrr=1
|
||||
animate_manual_resizes=true
|
||||
# enable_swallow=true
|
||||
# swallow_regex=^(.*)(kitty)(.*)$
|
||||
}
|
||||
|
|
@ -79,6 +77,9 @@ misc {
|
|||
# for windows named/classed as abc and xyz
|
||||
windowrule=opacity 80,^(.*)(dunst)(.*)$
|
||||
windowrule=float,^(.*)(Calculator)(.*)$
|
||||
windowrule=float,^(.*)(copyq)(.*)$
|
||||
windowrule=dimaround,^(.*)(onagre)(.*)$
|
||||
windowrule=noborder,^(.*)(onagre)(.*)$
|
||||
#windowrule=tile,xyz
|
||||
#windowrule=float,abc
|
||||
#windowrule=pseudo,abc
|
||||
|
|
@ -92,8 +93,8 @@ bind=SUPER,Q,killactive,
|
|||
bind=SUPER,M,exit,
|
||||
bind=SUPER,E,exec,nautilus --new-window
|
||||
bind=SUPER,V,togglefloating,
|
||||
bind=SUPER,R,exec,wofi -I -m -s $HOME/.config/wofi/style.css -t kitty --show drun -o DP-3
|
||||
bind=SUPERSHIFT,r,exec, wofi -I -m -s $HOME/.config/wofi/style.css -t kitty --show run -o DP-3
|
||||
bind=SUPER,R,exec,rofi -show drun -theme tokyonight
|
||||
bind=SUPERSHIFT,R,exec,rofi -show run -theme tokyonight
|
||||
bind=SUPER,C,togglesplit
|
||||
bind=SUPER,B,fullscreen
|
||||
bind=SUPER,G,exec,calculator --gui
|
||||
|
|
|
|||
|
|
@ -36,8 +36,9 @@ decoration {
|
|||
}
|
||||
|
||||
animations {
|
||||
bezier=test,0.5,0.5,0.5,0.5
|
||||
enabled=1
|
||||
animation=windowsMove,1,10,default
|
||||
animation=windowsMove,1,1,default
|
||||
animation=windows,1,5,default
|
||||
animation=border,1,10,default
|
||||
animation=fade,1,10,default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue