
I used to simulate it with a wrapper, but that was a decade ago when I
was jumping between xmonad+KDE and bare xmonad according to need.
There's no built-in mechanism for it, and one might be difficult to
add these days because of how the cabal and stack-based setups work.
On Wed, Dec 15, 2021 at 2:51 PM nyam
Hi all!
Is there an option to compile and (re)start etc. individual 'xmonad.hs', such as one has different DE/WMs and wants to use e. g. together with their own adapted xmonad? – Like:
$ xmonad --file=/path/to/xmonad-de1.hs --recompile
$ exec xmonad --file=/path/to/xmonad-de1.hs
or
$ xmonad --file=/path/to/xmonad-de2.hs --recompile
$ xmonad --restart --file=/path/to/xmonad-de2.hs
or
$ xmonad --recompile --file=/path/to/xmonad-pure.hs
$ exec xmonad --file=/path/to/xmonad-pure.hs
Would be a cool feature, though so far the manpage or any web resources don't mention it.
Cheers!
_______________________________________________ xmonad mailing list xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
-- brandon s allbery kf8nh allbery.b@gmail.com