diff --git a/xmonad.hs b/xmonad.hs index 1674bc6..281c62a 100755 --- a/xmonad.hs +++ b/xmonad.hs @@ -359,10 +359,7 @@ 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") - --ifWindows (className =? "chromium") (mapM_ focus) (spawnHere "chromium")) - -- ifWindows (className =? "Google-chrome") (mapM_ focus) (spawnHere "google-chrome-stable")) + , ((winKey , xK_g), 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"))