Giter Club home page Giter Club logo

gnome-shell-minimize-to-tray's Introduction

Minimize to Tray

ts deps opensource licence latest compare

Minimize any app to tray

SS

Requirements

Make sure you have xdotool, xwininfo, xprop, libwnck3 installed on your system.

Installation

From Git

git clone https://github.com/oae/gnome-shell-minimize-to-tray.git
cd ./gnome-shell-minimize-to-tray
yarn install
yarn build
ln -s "$PWD/dist" "$HOME/.local/share/gnome-shell/extensions/[email protected]"

From Ego

Usage

  • From the extension settings, you can click add button and select any opened window to put them in to tray

  • There are three options for each application.

    • Change active status: You can disable the minimization for specific application
    • Minimize window on start: Whenever a new window opens for the application, it will automatically hide and minimize to tray
    • Keyboard shorcut support: This adds global keybindings to application window visibility. It currently supports <ctrl>, <alt>, <shift> and 0-9, a-z keys. If there are are more than one window for specific application, it will focus to last used window.

    SS

Development

  • This extension is written in Typescript and uses webpack to compile it into javascript.

  • Most dependencies have auto completion support thanks to this amazing project by @sammydre

  • To start development, you need nodejs installed on your system;

    • Clone the project

      git clone https://github.com/oae/gnome-shell-minimize-to-tray.git
      cd ./gnome-shell-minimize-to-tray
    • Install dependencies and build it

      yarn install
      yarn build
    • During development you can use yarn watch command to keep generated code up-to-date.

gnome-shell-minimize-to-tray's People

Contributors

oae 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.