Fixed keybinding for Google Chrome (not Chromium)

This commit is contained in:
Trey Blancher 2019-08-04 19:36:23 -04:00
parent f700429936
commit 60411b74cc
1 changed files with 1 additions and 4 deletions

View File

@ -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"))