From a9ee37fcc076883ead8fe8caa04360f08c9c14b8 Mon Sep 17 00:00:00 2001 From: trey Date: Sat, 21 Jul 2018 19:45:35 -0400 Subject: [PATCH] Removed hotkey for Google Chrome --- xmonad.hs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xmonad.hs b/xmonad.hs index 2bab2a3..cb8d853 100755 --- a/xmonad.hs +++ b/xmonad.hs @@ -155,12 +155,12 @@ idHook maps to mempty, which means do nothing -- end Weather Report window stuff - , className =? "Plasma-desktop" --> doFloat - <+> do - ws <- liftX (screenWorkspace 0) - case ws of - Just w -> doShift w - Nothing -> idHook + -- , className =? "Plasma-desktop" --> doFloat + -- <+> do + -- ws <- liftX (screenWorkspace 0) + -- case ws of + -- Just w -> doShift w + -- Nothing -> idHook -- end Plasma desktop stuff , className =? "Xfce4-notifyd" --> doIgnore @@ -334,10 +334,10 @@ myKeys = [ , ((winKey , xK_b), sendMessage $ ToggleStrut U) --, ((winKey , xK_g), spawnHere "chromium --allow-outdated-plugins --purge-memory-button ") --, ((winKey , xK_g), ifWindows (className =? "Google-chrome") (mapM_ focus) (spawnHere "google-chrome")) - , ((winKey , xK_g), do - windows (viewOnScreen 1 "pindrop") +-- , ((winKey , xK_g), do + -- windows (viewOnScreen 1 "pindrop") --ifWindows (className =? "chromium") (mapM_ focus) (spawnHere "chromium")) - ifWindows (className =? "Google-chrome") (mapM_ focus) (spawnHere "google-chrome-stable")) + -- ifWindows (className =? "Google-chrome") (mapM_ focus) (spawnHere "google-chrome-stable")) --, ((winKey , xK_r), do -- windows (viewOnScreen 1 "wb") -- ifWindows (className =? "Google-chrome-stable") (mapM_ focus) (spawnHere "google-chrome-stable"))