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: