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