GithubHelp home page GithubHelp logo

zenbook's Introduction

Zenbook tools

This repository contains a couple of scripts to tweak Ubuntu for Zenbook Flip. It is tested on Zebook UX330UAK with Ubuntu 17.04.

Gestures

To enable swiping on both touchscreen and touchpad make sure you downgrade synaptics first. This script just automates the downgrade process:

./downgrade-synaptics.sh

To handle the actual swiping you need gesture support by using touchegg. Install and configure touchegg:

sudo apt install touchegg
mkdir -p ~/.config/touchegg/
cp touchegg.conf ~/.config/touchegg/

The following script will set touchpad settings in Synaptics and starts touchegg:

./touchpad-gesture.sh

You typically want to start this script in the background each time you login by adding the script to Startup Applications.

Change orientation

The Zenbook Flip can also be used as Tablet or in Tent mode. The following script allows you to flip orientation but also disables the keyboard, touchpad and lock screen in Tablet and Tent mode.

./change-orientation.sh laptop
./change-orientation.sh tent
./change-orientation.sh tablet

You probably need the update the device ids on top of the file for your laptop. Run xinput list to see all devices.

I am still unable to configure autorotate because of a bug in iio-sensor-proxy. As a workaround I have added each orientation as an application launcher in the menubar so I can switch manually in each orientation mode.

Multiple workspaces

Especially on small screens I like to work with multiple workspaces. I have add a small scripts that configures 4 workspaces in 1 row.

./update-workspaces.sh

zenbook's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.