Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 853 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 853 Bytes

gala-layoutpw-plugin

Gala plugin to switch layouts per window


Building and Installation

You'll need the following dependencies to build:

  • valac
  • libglib2.0-dev
  • libgee-0.8-dev
  • libgala-dev
  • meson

How to build

meson build --prefix=/usr
ninja -C build
sudo ninja -C build install

Enable the plugin (none | application | window)

gsettings set org.pantheon.desktop.gala.layout-per-window save-type application

Restore after a reboot (actual only for applications)

gsettings set org.pantheon.desktop.gala.layout-per-window restore true

If something went wrong

cd [your_lib_directory]/gala/plugins
sudo rm libgala-layoutpw.so
reboot