Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.fusuma.enable

Whether to enable the fusuma systemd service to automatically enable touchpad gesture.

Type: boolean

Default:

false

Example:

true

Declared by:

services.fusuma.package

The fusuma package to use.

Type: package

Default:

pkgs.fusuma

Declared by:

services.fusuma.extraPackages

Extra packages needs to bring to the scope of fusuma service.

Type: list of package

Default:

pkgs.xdotool pkgs.coreutils pkgs.xprop

Example:

with pkgs; [ xdotool coreutils xprop ];

Declared by:

services.fusuma.settings

YAML config that will override the default fusuma configuration.

Type: YAML 1.1 value

Default:

null

Example:

{
  threshold = {
    swipe = 0.1;
  };
  interval = {
    swipe = 0.7;
  };
  swipe = {
    "3" = {
      left = {
        # GNOME: Switch to left workspace
        command = "xdotool key ctrl+alt+Right";
      };
    };
  };
};

Declared by: