Skip to content

Commit

Permalink
[xmonad] don't move gvim to 3rd workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Dec 17, 2011
1 parent c78d411 commit 18f051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .xmonad/xmonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ myKeys2 = [((mod4Mask .|. mask, key), f sc)
myManageHook = composeAll . concat $
[ [ isDialog --> doCenterFloat ]
, [ isFullscreen --> doFullFloat ]
, [ className =? "Gvim" --> viewShift "3" ]
-- , [ className =? "Gvim" --> viewShift "3" ]
, [ className =? "Empathy" --> viewShift "4" ]
, [ className =? "Skype" --> viewShift "4" ]
, [ className =? "Screenkey" --> doF W.focusDown ] {- doIgnore also -}
Expand Down

0 comments on commit 18f051b

Please sign in to comment.