paperwm / gnome-shell-mode

Package for developing gnome-shell extensions
GNU General Public License v2.0
27 stars 7 forks source link

Support pseudo reload on wayland #31

Open hedning opened 5 years ago

hedning commented 5 years ago

Makes , R on wayland do a full reload using Extension.imports.extension.modules information.

Expects extension.modules to be an array containing the names of modules, eg. ['tiling', ...]. Does not support 'foo.bar' yet.