refactor(hyprland): input overhauls & optimization
This commit is contained in:
parent
f86c97a15a
commit
a6b78dbe4d
@ -3,6 +3,7 @@ decoration {
|
|||||||
blur=true
|
blur=true
|
||||||
blur_size=3
|
blur_size=3
|
||||||
blur_passes=4
|
blur_passes=4
|
||||||
|
blur_new_optimizations=true
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
@ -1,19 +1,21 @@
|
|||||||
input {
|
input {
|
||||||
kb_layout=
|
kb_layout=us
|
||||||
kb_variant=
|
|
||||||
kb_model=
|
|
||||||
kb_options=
|
|
||||||
kb_rules=
|
|
||||||
|
|
||||||
follow_mouse=2
|
follow_mouse=2
|
||||||
repeat_rate=100
|
repeat_rate=100
|
||||||
repeat_delay=300
|
repeat_delay=300
|
||||||
|
numlock_by_default=true
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll=no
|
natural_scroll=no
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gestures {
|
||||||
|
workspace_swipe=true
|
||||||
|
workspace_swipe_fingers=3
|
||||||
|
}
|
||||||
|
|
||||||
### RESIZE ###
|
### RESIZE ###
|
||||||
bind=SUPER,R,submap,resize # will switch to a submap called resize
|
bind=SUPER,R,submap,resize # will switch to a submap called resize
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user