Skip to content

Prints out the list of keyboard and mouse bindings from a dwm config.h

Notifications You must be signed in to change notification settings

dk949/dwmkeymapgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DWM keymap generator

What does this do

  • Reads the dwm config.h
  • Extracts the arrays in which key and mouse bindings are stored
  • Parses that array
  • Prints the list of bindings to the screen (at least for now)

Requirements

  • Python version >= 3.6
  • pyleri library

Usage

python main.py -o path/to/config.h

About

Prints out the list of keyboard and mouse bindings from a dwm config.h

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages