services.fusuma.settings
Home-Manager option
YAML config that will override the default fusuma configuration.
type: YAML 1.1 valueExample
declared in: <home-manager/modules/services/fusuma.nix>source unavailable{ threshold = { swipe = 0.1; }; interval = { swipe = 0.7; }; swipe = { "3" = { left = { # GNOME: Switch to left workspace command = "xdotool key ctrl+alt+Right"; }; }; }; };