autoplank

command module
v0.0.0-...-d38d0a8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2018 License: MIT Imports: 12 Imported by: 0

README

autoplank

Use plank on multi-monitor setup without creating multiple docks. Simply move the mouse to the bottom of any monitor and plank moves there.

Usage

Start from the CLI.

autoplank

Building/Installing

Requires Go 1.8 or newer.

go build -o autoplank && sudo mv autoplank /usr/local/bin
[Optional] Create a service

You may want to create a service to start and keep running in background for convenience.

  • create a systemd unit file $HOME/.config/systemd/user/autoplank.service
[Unit]
Description=Autoplank Service

[Service]
ExecStart=/usr/local/bin/autoplank
Restart=always

[Install]
WantedBy=graphical.target
  • enable and start
systemctl enable autoplank --user
systemctl start autoplank --user

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL