Skip to content

henriquegogo/weema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weema by Henrique Gogó <[email protected]>, 2024.

Window manager for minimalists

Installation:

  $ make
  $ sudo make install

Uninstall:
  
  $ sudo make uninstall

Install third party dependencies (optional):

  $ make dependencies

Usage:

  Edit .xinitrc file to 'exec weema' or select 'Weema'
  in your display manager.

Built-in binds:

  Alt+Button1: move window
  Alt+Button3: resize window
  Alt+Tab: alternate windows
  Alt+Shift+Tab or Super+Tab: circle windows
  Alt+F4: close window
  Ctrl+Shift+W: close window
  Ctrl+Alt+Delete: exit
  Super+Shift+Arrows: resize window
  Super+Alt+Arrows: move window
  Super+Arrows: position window

Configurable binds:

  Volume up: increase volume
  Volume down: decrease volume
  PrntScr: print screen
  Super+R: open application launcher
  Super+T: open terminal
  Super+B: open browser
  Super+L: lock screen

Third party optional dependencies:
  
  We use third party applications to manage some functions.
  Multiple monitors can be configured using xrandr at startup.
  Shortcuts and startup commands can be customized in config.h

  - dmenu: applications launcher
  - slock: screen locker
  - alsa-utils: volume control
  - scrot: print screen
  - xrandr: manage multiple monitors

Tips:

  Some key binds are customizable editing the config.h file.
  Custom less than 3 letters shortcuts will be binded 'Super-Shortcut'.

License:

  MIT

About

Window manager for minimalists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published