Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malept/yoga-modeswitch
Laptop/Tablet mode switcher for a Lenovo Thinkpad Yoga laptop.
https://github.com/malept/yoga-modeswitch
Last synced: 4 days ago
JSON representation
Laptop/Tablet mode switcher for a Lenovo Thinkpad Yoga laptop.
- Host: GitHub
- URL: https://github.com/malept/yoga-modeswitch
- Owner: malept
- License: gpl-3.0
- Created: 2014-06-02T04:05:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T01:18:13.000Z (over 8 years ago)
- Last Synced: 2024-10-24T16:08:54.477Z (14 days ago)
- Language: Python
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Lenovo ThinkPad Yoga Mode Switcher
==================================An app indicator for Linux desktop environments running on Lenovo ThinkPad
Yoga laptops that allows manual switching between laptop and tablet modes, plus
orientation changes that take into account the touchscreen... note::
Due to the different hardware on the Yoga 2, it will likely not work on that
laptop model.Requirements
------------* GObject Introspection bindings for GTK+
* GObject Introspection bindings for AppIndicator_
* PyGObject_
* Any CPython version that supports PyGObject (both 2.x and 3.x)If you are running GNOME3, you need to install the `appindicator extension`_
for GNOME Shell... _AppIndicator: https://unity.ubuntu.com/projects/appindicators/
.. _PyGObject: https://wiki.gnome.org/Projects/PyGObject
.. _appindicator extension:
https://extensions.gnome.org/extension/615/appindicator-support/Installation
------------User
~~~~Run ``make install`` - this will put the script into ``~/.local/bin`` (please
add it to your ``PATH`` environment variable if it is not there already) and
add an autostart file for the user's desktop sessions.System
~~~~~~Run ``sudo make system-install`` - this will put the script into ``/usr/local/bin``
and add an autostart file for it system-wide.License
-------The script is licensed under the GNU General Public License version 3 (or
later), also known as `GPLv3+`_... _GPLv3+: https://www.gnu.org/licenses/gpl-3.0.html