[go: up one dir, main page]

Skip to content

kingdomkind/exert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

███████╗██╗  ██╗███████╗██████╗ ████████╗
██╔════╝╚██╗██╔╝██╔════╝██╔══██╗╚══██╔══╝
█████╗   ╚███╔╝ █████╗  ██████╔╝   ██║   
██╔══╝   ██╔██╗ ██╔══╝  ██╔══██╗   ██║   
███████╗██╔╝ ██╗███████╗██║  ██║   ██║   
╚══════╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝   ╚═╝

Showcase

<============ Precursor ============>

Exert is my own X11, no-frills (XCB) window manager. All the code is in 1 file, main.cpp and i've annotated it where needs be! (There is shared.h, but that just contains the structs that define the config file)

<============ Features ============>

  • Automatic Tiling
  • Window Resizing
  • Window Moving
  • Floating Windows & Their Jazz
  • Swap Split Direction
  • Full-screening Windows
  • Keybinds
  • Monitor & Wallpaper customisation
  • So on...

<============= Yapping =============>

A full example configuration file can be seen in config.h - it demonstrates all options! Dependencies can be found in the meson.build file. To run exert, do ./run.sh

Releases

No releases published

Packages

No packages published

Languages