Sha256: 74c41ff57b9718a15e4c0dac8f5ad125d4017ba8507505482bdbc458afb32968

Contents?: true

Size: 1.41 KB

Versions: 1

Compression:

Stored size: 1.41 KB

Contents

# Fusuma::Plugin::Wmctrl

Window Manager plugin for [Fusuma](https://github.com/iberianpig/fusuma)

## Installation

Run the following code in your terminal.

### Install wmctrl

```
$ sudo apt install wmctrl
```
### Install fusuma-plugin-wmctrl

This plugin requires [Fusuma](https://github.com/iberianpig/fusuma#update) version 1.0 or later.

```sh
$ gem install fusuma-plugin-wmctrl
```

## Properties

Add `workspace:` property in `~/.config/fusuma/config.yml`.

Currently, values following are available for `workspace`.
  * `prev`
  * `next`


## Example

Set `workspace:` property and values in `~/.config/fusuma/config.yml`.

```yaml
swipe:
  4:
    left: 
      workspace: 'next'
    right: 
      workspace: 'prev'
```


## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/iberianpig/fusuma-plugin-wmctrl. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Code of Conduct

Everyone interacting in the Fusuma::Plugin::Wmctrl project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/iberianpig/fusuma-plugin-wmctrl/blob/master/CODE_OF_CONDUCT.md).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fusuma-plugin-wmctrl-0.1.0 README.md