feat: add autocommand to toggle relative number
This commit is contained in:
parent
7fb7a08108
commit
aee215c25a
7 changed files with 50 additions and 36 deletions
|
|
@ -58,7 +58,7 @@ decoration {
|
|||
|
||||
animations {
|
||||
enabled=1
|
||||
animation=windowsMove,1,1,default
|
||||
animation=windowsMove,1,5,default
|
||||
animation=windows,1,7,default
|
||||
animation=border,1,10,default
|
||||
animation=fade,1,10,default
|
||||
|
|
@ -75,9 +75,10 @@ gestures {
|
|||
}
|
||||
|
||||
misc {
|
||||
|
||||
vfr=true
|
||||
vrr = 1
|
||||
# animate_manual_resizes=true
|
||||
# animate_manual_resizes=1
|
||||
# enable_swallow=true
|
||||
# swallow_regex=^(.*)(Alacritty)(.*)$
|
||||
|
||||
|
|
@ -132,7 +133,6 @@ bind=,XF86MonBrightnessDown,exec, $HOME/.config/eww/scripts/change-brightness br
|
|||
bind=,XF86MonBrightnessUp,exec, $HOME/.config/eww/scripts/change-brightness brightness +10%
|
||||
bind=SUPER,D,exec,$HOME/.config/eww/scripts/cockpit_toggle
|
||||
bind=SUPER,A,exec,copyq toggle
|
||||
bind=SUPER,L,exec,hyprpicker
|
||||
|
||||
|
||||
binde=SUPER,bracketleft,movefocus,l
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue