From b0bfc004b0d023a111f01e846d5e0049dc73c2cc Mon Sep 17 00:00:00 2001 From: Lars Vierbergen Date: Fri, 23 Feb 2018 09:05:27 +0100 Subject: [PATCH] Remove moving of IDEs to a fixed workspace; remove dev workspace --- xmonad.hs | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/xmonad.hs b/xmonad.hs index c315da1..e5953a5 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -27,7 +27,7 @@ baseConfig = desktopConfig { modMask = mod5Mask -- AltGr , startupHook = startupHook desktopConfig >> setWMName "LG3D" , terminal = "mate-terminal.wrapper" - , workspaces = ["1:web", "2:com", "3:dev"] ++ map show [4..7] ++ ["8:media", "9:div"] + , workspaces = ["1:web", "2:com"] ++ map show [3..7] ++ ["8:media", "9:div"] , layoutHook = smartBorders $ fullscreenFull $ avoidStruts $ boringWindows $ minimize $ maximizeWithPadding 0 $ onWorkspace "8:media" Full $ onWorkspaces ["2:com", "9:div"] simpleTabbed $ (Tall 1 0.03 0.5 ||| Full ||| simpleTabbed ) , handleEventHook = handleEventHook desktopConfig <+> fullscreenEventHook } @@ -48,16 +48,11 @@ workspaceManageHook = composeAll [ className =? "Firefox" --> doShift "1:web" ,className =? "Thunderbird" --> doShift "2:com" ,className =? "Gajim" --> doShift "2:com" - ,className =? "jetbrains-phpstorm" --> doShift "3:dev" - ,className =? "jetbrains-pycharm" --> doShift "3:dev" - ,className =? "jetbrains-clion" --> doShift "3:dev" - ,className =? "code" --> doShift "3:dev" - ,className =? "qtcreator" --> doShift "3:dev" ,className =? "KeePass2" --> doShift "9:div" - ,className =? "Xmessage" --> doFloat - ,className =? "Screenlayout" --> doFloat ,className =? "rhythmbox" --> doShift "8:media" ,className =? "vlc" --> doShift "8:media" + ,className =? "Xmessage" --> doFloat + ,className =? "Screenlayout" --> doFloat ] xmobarAction :: String -- action