Skip to content

minimalwm/minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimal

A window manager written in Nim, inspired by dwm and i3

Development

Using Xephyr makes things a lot easier. It can be found as xserver-xephyr on Ubuntu/Debian & xorg-server-xephyr in Arch Linux.

Launch Xephyr:

$ Xephyr -ac -br -noreset -screen 800x600 :1 &

Run minimal under display :1:

$ DISPLAY=:1 ./minimal

Launch applications under the Xephyr server:

$ DISPLAY=:1 xterm

Usage

As of now, minimal only supports moving & resizing windows. That can be done using Mod4 + left mouse & Mod4 + right mouse, respectively. Windows can be raised using Mod4 + F1.

xterm windows can be spawned using Mod4 + Return & destroyed using Mod4 + Q.

About

A minimal window manager written in Nim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages