mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 04:01:52 -07:00
d373177a1fd49d1bb3fea48c631ca63bed8f84f5
How do we manage workspaces? thunk keeps a list of window lists, corresponding each window stack on each workspace. When you switch views to a different workspace it moves all windows off the screen (2*w) (2*h), and then moves back those in the current list. There's some screen flicker, we could probably be smarter about this.
thunk : a lightweight X11 window manager. Motivation: dwm is great, but we can do better, building a more robust, more correct window manager in less lines of code, using strong static typing. Enter Haskell. If the aim of dwm is to fit in under 2000 lines of C, the aim of dwm is to fit in under 500 lines of Haskell with similar functionality. Building: Get the dependencies X11 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.2 unix http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix-2.0 mtl http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl-1.0 X11-extras: darcs get http://www.cse.unsw.edu.au/~dons/code/X11-extras dmenu 2.{5,6,7} http://www.suckless.org/download/dmenu-2.7.tar.gz Use: add: exec /home/dons/bin/thunk as the last line of your .xsession file Authors: Spencer Janssen Don Stewart
Description
The core of xmonad, a small but functional ICCCM-compliant tiling window manager
Readme
BSD-3-Clause
6.3 MiB
Languages
Haskell
97.6%
Nix
2%
Shell
0.4%