PaperWM/examples/winprops.js
Ole Jørgen Brønner d2f3784e1d Remove riot and copyq winprops from tiling
Should be up to the user
2018-04-15 11:55:53 +02:00

14 lines
293 B
JavaScript

const Extension = imports.misc.extensionUtils.getCurrentExtension();
const defwinprop = Extension.imports.tiling.defwinprop
defwinprop({
wm_class: "copyq",
scratch_layer: true
});
defwinprop({
wm_class: "Riot",
oneshot: true, // Allow reattaching
scratch_layer: true
});