Skip to content

samwhelp/cordwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordwm

Cordwm (Dynamic window manager for X from Chadwm and Dwm)

Subject

Orginal Project

New Project

This project is created for archcraft-adjustment-iso-profile.

But you can build and install for yourself.

Docs

Spec
keybind
btnbind
xsession

Note

transparent: dwm bar

set picom.conf

  "90:class_g     = 'dwm'",
  "90:class_g     = 'dwmsystray'",

use xprop to find WM_CLASS

WM_CLASS(STRING) = "dwm", "dwm"
WM_CLASS(STRING) = "dwmsystray", "dwmsystray"

keysymdef

run

pacman -Ql | grep keysymdef.h

show

python-xlib /usr/lib/python3.9/site-packages/Xlib/keysymdef/hebrew.py
xorgproto /usr/include/X11/keysymdef.h

run

less /usr/include/X11/keysymdef.h

run

grep 'XK_Return' /usr/include/X11/keysymdef.h

How to Install

Clone

git clone https://github.com/samwhelp/cordwm.git

Cd Work Dir

cd cordwm

Prepare Build Essential

run to install base-devel

make prepare

Build Package

run to build package

make build

or run

./build.sh

Install Package

run to install package

make install

or run

make reinstall

List Package Files

run to show package files

make list

Uninstall

run to uninstall package

make uninstall

Clean

run to clean some file after build

make clean

Reference