chore: update flake.lock
This commit is contained in:
parent
ced46f834d
commit
8ea4c31a1c
3 changed files with 18 additions and 1 deletions
|
@ -1,3 +1,20 @@
|
|||
plugin {
|
||||
touch_gestures {
|
||||
# The default sensitivity is probably too low on tablet screens,
|
||||
# I recommend turning it up to 4.0
|
||||
sensitivity = 4.0
|
||||
|
||||
# must be >= 3
|
||||
workspace_swipe_fingers = 3
|
||||
|
||||
experimental {
|
||||
# send proper cancel events to windows instead of hacky touch_up events,
|
||||
# NOT recommended as it crashed a few times, once it's stabilized I'll make it the default
|
||||
send_cancel = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Autostart programs
|
||||
exec-once = sleep 3; nm-applet
|
||||
exec-once = sleep 4; blueberry-tray
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -31,7 +31,7 @@ in {
|
|||
plugins =
|
||||
[]
|
||||
++ (lib.lists.optionals (osConfig.hardware.sensor.iio.enable) [
|
||||
"${hyprgrass.packages.x86_64-linux.default}/lib/libhyprgrass.so"
|
||||
hyprgrass.packages.${pkgs.system}.default
|
||||
]);
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue