Giter Club home page Giter Club logo

exwm-nw's Introduction

Named Workspaces for EXWM

Global minor mode that helps manage workspaces in EXWM.

Some of its features are:

  • Keep a history of workspaces in a ring
  • Assign a name to a workspace (exwm-nw-set)
  • Jump to the previous workspace (exwm-nw-goto-previous)
  • Jump to a workspace by name (exwm-nw-find-workspace)

By default this minor mode does not have any keybindings in order to avoid clobbering any bindings you may already have. Here are some recommendations:

(define-key exwm-nw-mode-map (kbd "s-n") 'exwm-nw-set)
(define-key exwm-nw-mode-map (kbd "s-l") 'exwm-nw-goto-previous)
(define-key exwm-workspace--switch-map (kbd "C-u") 'universal-argument)
(define-key exwm-workspace--switch-map (kbd "C-s") 'exwm-nw-find-workspace)
(define-key exwm-workspace--switch-map (kbd "C-l") 'exwm-nw-goto-previous)

exwm-nw's People

Contributors

pjones avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

exwm-nw's Issues

show name of workspace in modeline or bar?

Thanks for exwm-nw! Is it possible to show the name of the workspace in the modeline or in a bar? (e.g., lemonbar, xmobar, etc)? The names are shown when I use exwm-workspace-switch (s-w), so they are obviously there. But (elisp ignorant here) I do not see how to have them displayed in the visible workspaces.

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.