Code Monkey home page Code Monkey logo

wkswitch's Introduction

This is a simple utility that switches sway/i3 workspaces similar to how xmonad does. It has no build time dependencies other than the Zig 0.9.1 compiler and standard library. The goal of this program is to just be as fast as possible, and it is. The static linking and zero-cost abstractions of Zig furthers that goal, even if it is excessive.

Usage

To use it, just invoke it with the workspace you want to switch to, like wkswitch 2, or wkswitch web, and it will switch to it if the desired workspace is not displayed on any output, or swap your current workspace with the desired one if the desired workspace is already open on another output.

Building

You need the Zig 0.9.1 compiler in your environment, and you just need to run make. The compiled executable will be available in ./zig-out/bin/, copy that to somewhere in your PATH, or reference the absolute path from your sway/i3 config. Alternatively, you can just build it using the nix flake included, by running nix build in the respository, or including it as an input to a home-manager flake.

Bugs

It doesn't support switching to workspaces using their number ID, but sway treats string workspace identifiers as numerical identifiers if they are numbers, so I'm not aware of any problems it causes. wkswitch 2 will still switch to the numerical second workspace, as far as I can tell.

wkswitch's People

Contributors

tavi-vi 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.