refactor(hyprland): input overhauls & optimization

This commit is contained in:
Price Hiller 2022-09-11 20:09:03 -05:00
parent f86c97a15a
commit a6b78dbe4d
2 changed files with 8 additions and 5 deletions

View File

@ -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 {

View File

@ -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