services.fusuma.settings
YAML config that will override the default fusuma configuration.
- Type
YAML 1.1 value- Example
{ threshold = { swipe = 0.1; }; interval = { swipe = 0.7; }; swipe = { "3" = { left = { # GNOME: Switch to left workspace command = "xdotool key ctrl+alt+Right"; }; }; }; };- Declared
- <home-manager/modules/services/fusuma.nix>