Skip to content

A windows manager implementation that is implemented by xmonad as a window manager buliding library.

License

Notifications You must be signed in to change notification settings

aiya000/xmonad-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

💠 xmonad-config 💠

This is either

  • A xmonad confiuration
  • A windows manager implementation
    • that is implemented by xmonad as a window manager buliding library

To build this project, using haskell-stack.

How to install

$ git clone {this repository} ~/.xmonad
$ cd ~/.xmonad
$ stack install

How to run

Add the following this line into your .xinitrc after stack install

exec ~/.local/bin/xmonad-config

Also execute startx

How to restart (like xmonad's --replace)

$ ./replace.sh

or

$ xmonad-config --replace

❗ NOTICE ❗

The xmonad-config's build script (./build) finds only a runnable binary 'xmonad-config' from .stack-work.

After the stack resolver version upgraded, we must run 👇

$ rm -rf .stack-work

Implementations

About

A windows manager implementation that is implemented by xmonad as a window manager buliding library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published