mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 04:27:46 +00:00
Fix Hyprland keybinds and bump scroll_factor up
This commit is contained in:
parent
354fb6fefd
commit
ba2fec12da
1 changed files with 4 additions and 4 deletions
|
@ -60,12 +60,12 @@
|
||||||
bind = SUPER+SHIFT, F, togglefloating
|
bind = SUPER+SHIFT, F, togglefloating
|
||||||
|
|
||||||
bind = SUPER, SPACE, exec, fuzzel
|
bind = SUPER, SPACE, exec, fuzzel
|
||||||
bind = SUPER+ENTER,, exec, kitty
|
bind = SUPER, RETURN, exec, kitty
|
||||||
bind = SUPER, W, exec, firefox
|
bind = SUPER, W, exec, firefox
|
||||||
bind = SUPER, D, exec, discord
|
bind = SUPER, D, exec, discord
|
||||||
|
|
||||||
bind = , Print, exec, grim -g "$(slurp)" - | wl-copy
|
bind = , PRINT, exec, grim -g "$(slurp)" - | wl-copy
|
||||||
bind = SUPER, Print, exec, kazam
|
bind = SUPER, PRINT, exec, kazam
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
drop_shadow = false
|
drop_shadow = false
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
drag_lock = true
|
drag_lock = true
|
||||||
|
|
||||||
natural_scroll = true
|
natural_scroll = true
|
||||||
scroll_factor = 0.7
|
scroll_factor = 0.8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue