From 60411b74ccf3055c406e01e049551ede53bf7435 Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Sun, 4 Aug 2019 19:36:23 -0400 Subject: [PATCH] Fixed keybinding for Google Chrome (not Chromium) --- xmonad.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"))