Skip to content

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