Giter Site home page Giter Site logo

switchable's Introduction

switchable

A command-line tool to enable switchable graphics for certain commands.

You won't need to type DRI_PRIME=1 steam again.

Usage

Write the following to the configuration file ~/.config/switchable/config.toml.

"match": [ "steam" ]

And then just run a command that matches.

steam

And it will automatically use your discrete GPU. (Read below for requirements)

Requirements

Installation

  • cargo install switchable
  • Add eval "$( switchable init )" to your .bashrc

Configuration

We first look at ~/.config/switchable/config.toml, and if that doesn't exist, we try ~/.switchable/config.toml.

The configuration is a TOML file with the following keys:

# Default value for DRI_PRIME
driver = 1
# Path to bash-preexec if it's not in its default location
preexec = "/home/user/.bash-preexec.sh"

# Regexes to match commands against
match = [
    "steam",
    "echo",
]

# Commands to alias
alias = [     
    "glxgears",
]

Caveats

switchable run doesn't work with aliases such as ll.

Doesn't work with pipes or &&-chained commands unless you use preexec, in which case there may be false positives.

See also

License

This software is copyright (c) 2019 by Tilwa Qendov.

This is free software, licensed under the Artistic License 2.0.

switchable's People

Contributors

tqdv avatar

Watchers

 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.