Configurable in INI WM
| .gitignore | idk looks like files cleaned up | |
| config.md | YAY issue with picom affecting borders finally fixed!!! | |
| flake.lock | Added IPC support and hope it would work | |
| flake.nix | Added IPC support and hope it would work | |
| iniwm.c | Added IPC support and hope it would work | |
| iniwm.desktop | Added config documentetion | |
| iniwm.sample.ini | YAY issue with picom affecting borders finally fixed!!! | |
| iniwmctl | Added IPC support and hope it would work | |
| iniwmctl.c | Added IPC support and hope it would work | |
| Makefile | Added IPC support and hope it would work | |
| PKGBUILD | Added IPC support and hope it would work | |
| README.md | Added arch pkgbuild | |
INIWM
fast ini configurabe WM
DESIGN
designed to replecate all basics of standart window manager but with ini configuration layout there is master that mean:
- one big window on left side
- all other window on right side stacking in row
INSTALL
note: this WM currently Really new dont use it for seruis linux experience
- NIX
BUILD:
git clone https://codeberg.org/blx/iniWM.git
cd iniWM
nix build
ARCH:
git clone https://codeberg.org/blx/iniWM.git
cd iniWM
makepkg -si
BUILD AVOIDING CLONING REPO:
nix build git+https://codeberg.org/blx/iniWM.git
- OTHER DISTROS base-devel libX11-devel libXft-devel libXinerama-devel libX11
user wide:
git clone https://codeberg.org/blx/iniWM.git
cd iniWM
make build
for all users system wide:
git clone https://codeberg.org/blx/iniWM.git
cd iniWM
sudo make install
Configuration
for config read config.md
IN ORDER TO-DO
- add IPC iniwmctl command []
For more Detail
look for wiki website