Fusuma::Plugin::Wmctrl Gem Version Build Status

Window Manager plugin for Fusuma

  • Move window or workspace instead of xdotool
  • Works on Wayland(Not depends on xdotool)

Installation

Run the following code in your terminal.

Install wmctrl

$ sudo apt install wmctrl

Install fusuma-plugin-wmctrl

This plugin requires Fusuma version 1.0 or later.

$ gem install fusuma-plugin-wmctrl

Properties

workspace: property

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

Values following are available for workspace.

  • prev is value to switch current workspace to previous workspace.
  • next is value to switch current workspace to next workspace.

window: property for moving active window

Add window: property in ~/.config/fusuma/config.yml.

Values following are available for window.

  • prev is value to move active window to previous workspace.
  • next is value to move active window to next workspace.

Example

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

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 code of conduct.

License

The gem is available as open source under the terms of the MIT License.

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.