Gwern Branwen | 1 Jun 2011 21:33
Picon
Gravatar

Re: darcs patch: X.H.FloatNext: export X.H.ToggleHook.runLogHook

On Sat, May 28, 2011 at 3:19 PM, Tomas Janousek <tomi <at> nomi.cz> wrote:
> 1 patch for repository http://code.haskell.org/XMonadContrib:
>
> Sat May 28 21:17:00 CEST 2011  Tomas Janousek <tomi <at> nomi.cz>
>  * X.H.FloatNext: export X.H.ToggleHook.runLogHook
>
>  Otherwise the user has to import XMonad.Hooks.ToggleHook as well, which he
>  didn't have to in earlier versions.

Seems harmless. I've pushed.

--

-- 
gwern
http://www.gwern.net

_______________________________________________
xmonad mailing list
xmonad <at> haskell.org
http://www.haskell.org/mailman/listinfo/xmonad
darcswatch | 1 Jun 2011 21:45
Picon

Applied: darcs patch: X.H.FloatNext: export X.H.ToggleHook.runLogHook

This 1-patch bundle was just applied to http://code.haskell.org/XMonadContrib:

20110528191700  Tomas Janousek <tomi@...>
 * X.H.FloatNext: export X.H.ToggleHook.runLogHook
 Otherwise the user has to import XMonad.Hooks.ToggleHook as well, which he
 didn't have to in earlier versions.

--

-- 
This message was brought to you by DarcsWatch
http://darcswatch.nomeata.de/repo_http:__code.haskell.org_XMonadContrib.html#bundle-eea1dcaf7db7de749272b193adcd784b898fee37

Don Stewart | 3 Jun 2011 00:19
Picon
Gravatar

XMonad-like environment on Windows?

Hey all,

For work purposes it looks like I'll be doing a lot of FP hacking on Windows.
Does anyone have advice on the best way to make Windows as close to
XMonad as possible? I don't want to lose my productivity edge ... ;)

-- Don

wagnerdm | 3 Jun 2011 00:29
Favicon
Gravatar

Re: XMonad-like environment on Windows?

http://www.winsplit-revolution.com/ -- for window management
http://www.humanized.com/enso/launcher/ -- for mod+p
http://fy.chalmers.se/~appro/nt/TXMouse/ -- because I can't live  
without middle-click paste

~d

Quoting Don Stewart <dons00@...>:

> Hey all,
>
> For work purposes it looks like I'll be doing a lot of FP hacking on Windows.
> Does anyone have advice on the best way to make Windows as close to
> XMonad as possible? I don't want to lose my productivity edge ... ;)
>
> -- Don
>
> _______________________________________________
> xmonad mailing list
> xmonad@...
> http://www.haskell.org/mailman/listinfo/xmonad
>
>

Iñaki Garay | 3 Jun 2011 00:31
Picon

Re: XMonad-like environment on Windows?

On Thu, Jun 2, 2011 at 19:29,  <wagnerdm <at> seas.upenn.edu> wrote:
> http://www.winsplit-revolution.com/ -- for window management
> http://www.humanized.com/enso/launcher/ -- for mod+p
> http://fy.chalmers.se/~appro/nt/TXMouse/ -- because I can't live without
> middle-click paste

+1 for winsplit revolution, it makes windows barely bearable.

--

-- 
Iñaki Garay.

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/GMU d- s:- a25 C++ UL+++ P--- E- W+ PS+++ PE- Y+ t++ 5+ tv- b++
DI+ D--- G e h! r y++
------END GEEK CODE BLOCK------

_______________________________________________
xmonad mailing list
xmonad <at> haskell.org
http://www.haskell.org/mailman/listinfo/xmonad
Lithis | 3 Jun 2011 00:37

Re: XMonad-like environment on Windows?

On Thu, 2011/06/02 18:19:58 -0400, Don Stewart wrote:
> For work purposes it looks like I'll be doing a lot of FP
> hacking on Windows.  Does anyone have advice on the best
> way to make Windows as close to XMonad as possible? I
> don't want to lose my productivity edge ... ;)

I use WinSplit Revolution, freely available at
http://www.winsplit-revolution.com/ . It leaves a lot to be
desired when compared to xmonad, but it’s better than stock
Windows.

There’s also a commercial application called Divvy at
http://www.mizage.com/divvy/ , but I’ve never used it.

Windows 7 has a few keyboard shortcuts by default that help,
such as Win+Left or Win+Right to make a window fill the left
or right half of the screen. Microsoft has a list at
http://windows.microsoft.com/en-US/windows7/Keyboard-shortcuts ;
the shortcuts I listed above, as well as related functions,
are under the Windows logo key keyboard shortcuts.

_______________________________________________
xmonad mailing list
xmonad <at> haskell.org
http://www.haskell.org/mailman/listinfo/xmonad
Lithis | 3 Jun 2011 00:46

Re: XMonad-like environment on Windows?

On Thu, 2011/06/02 18:29:38 -0400, wagnerdm <at> seas.upenn.edu wrote:
> http://www.humanized.com/enso/launcher/ -- for mod+p

I use Launchy: http://www.launchy.net/ . I’ve only seen the
into video for Enso Launcher, but it looks a little faster
to use than Enso Launcher. You needn’t specify the verb
“open” to run a program, you just begin typing the program
name. In addition, it supports plugins, so you can do other
tasks such as performing calculations right in the Launchy
bar.

_______________________________________________
xmonad mailing list
xmonad <at> haskell.org
http://www.haskell.org/mailman/listinfo/xmonad
Lithis | 3 Jun 2011 01:14

Re: XMonad-like environment on Windows?

I forget how much additional software it takes to make
Windows decent. I use VirtuaWin¹ for virtual desktops,
though I sometimes wish it supported switching just a single
screen at a time like xmonad does.

————————————————————————————————————
1. http://virtuawin.sourceforge.net/

_______________________________________________
xmonad mailing list
xmonad <at> haskell.org
http://www.haskell.org/mailman/listinfo/xmonad
Mikael Puhakka | 3 Jun 2011 08:13
Picon
Gravatar

Re: XMonad-like environment on Windows?

I'm surprised that bug.n didn't come up yet:

http://www.autohotkey.net/~joten/

I'm not a Windows user but I have heard good things about it, and it
looks swell!

--Mike

On Fri, Jun 3, 2011 at 01:19, Don Stewart <dons00@...> wrote:
> Hey all,
>
> For work purposes it looks like I'll be doing a lot of FP hacking on Windows.
> Does anyone have advice on the best way to make Windows as close to
> XMonad as possible? I don't want to lose my productivity edge ... ;)
>
> -- Don
>
> _______________________________________________
> xmonad mailing list
> xmonad@...
> http://www.haskell.org/mailman/listinfo/xmonad
>

codesite | 3 Jun 2011 18:01
Picon
Favicon

Re: Issue 408 in xmonad: WM_TAKE_FOCUS problem when using matlab gui for Xmonad 0.9.1, cpu amd64, Ubuntu 10.04 LTS system


Comment #4 on issue 408 by klu...@...: WM_TAKE_FOCUS problem
when  
using matlab gui for Xmonad 0.9.1, cpu amd64, Ubuntu 10.04 LTS system
http://code.google.com/p/xmonad/issues/detail?id=408

I have almost the same configuration (and problem) and the issue 177 advice  
appears to solve it (using xmonad and xmonad-contrib 0.10 from darcs.)


Gmane