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.devilspie2.enable

Whether to enable Devilspie2, a window matching utility, allowing the user to perform scripted actions on windows as they are created.

Type: boolean

Default:

false

Example:

true

Declared by:

services.devilspie2.package

The devilspie2 package to use.

Type: package

Default:

pkgs.devilspie2

Declared by:

services.devilspie2.config

Content of file placed in the devilspie2 config directory.

Type: strings concatenated with ā€œ\nā€

Default:

""

Example:

''
  if (get_window_class() == "Gnome-terminal") then
      make_always_on_top();
  end
''

Declared by: