All Projects → abiosoft → autoplank

abiosoft / autoplank

Licence: MIT license
automatically move Plank to the active monitor

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to autoplank

bookmark-manager
A manager for the bookmarks in your .ssh/config file for elementaryOS
Stars: ✭ 28 (-41.67%)
Mutual labels:  elementary-os
Transporter
Simple file sharing app for elementary OS
Stars: ✭ 44 (-8.33%)
Mutual labels:  elementary-os
arc-plank-theme
No description or website provided.
Stars: ✭ 16 (-66.67%)
Mutual labels:  plank-dock
warble
Native Linux word-guessing game built in Vala and Gtk for elementary OS
Stars: ✭ 82 (+70.83%)
Mutual labels:  elementary-os
wingpanel-indicator-weather
Weather app for elementary os
Stars: ✭ 12 (-75%)
Mutual labels:  elementary-os
develop
A simple tool to help elementary OS developers to develop their own apps and widgets.
Stars: ✭ 38 (-20.83%)
Mutual labels:  elementary-os
elementaryOS-devbook
Design and build apps for elementary OS.
Stars: ✭ 61 (+27.08%)
Mutual labels:  elementary-os
Slate-theme
GTK Mac-like theme for cleaner and flat-er look.
Stars: ✭ 14 (-70.83%)
Mutual labels:  elementary-os
Ensembles
A digital arranger workstation powered by FluidSynth
Stars: ✭ 312 (+550%)
Mutual labels:  elementary-os
envelope
Personal finance manager for elementary OS
Stars: ✭ 38 (-20.83%)
Mutual labels:  elementary-os
time-limit
A simple and beautiful timer app for elementary OS
Stars: ✭ 27 (-43.75%)
Mutual labels:  elementary-os
OS-X-buttons
Implementation macOS buttons for Elementary OS.
Stars: ✭ 24 (-50%)
Mutual labels:  elementary-os
Ubuntu-Launchpad
The Ubuntu version of Apple's/MacOS Launchpad application
Stars: ✭ 21 (-56.25%)
Mutual labels:  plank-dock

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].