Fixed keybinding for Google Chrome (not Chromium)
This commit is contained in:
parent
f700429936
commit
60411b74cc
@ -359,10 +359,7 @@ myKeys = [
|
|||||||
, ((winKey , xK_b), sendMessage $ ToggleStrut U)
|
, ((winKey , xK_b), sendMessage $ ToggleStrut U)
|
||||||
--, ((winKey , xK_g), spawnHere "chromium --allow-outdated-plugins --purge-memory-button ")
|
--, ((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), ifWindows (className =? "Google-chrome") (mapM_ focus) (spawnHere "google-chrome"))
|
||||||
-- , ((winKey , xK_g), do
|
, ((winKey , xK_g), ifWindows (className =? "Google-chrome") (mapM_ focus) (spawnHere "google-chrome-stable"))
|
||||||
-- windows (viewOnScreen 1 "pindrop")
|
|
||||||
--ifWindows (className =? "chromium") (mapM_ focus) (spawnHere "chromium"))
|
|
||||||
-- ifWindows (className =? "Google-chrome") (mapM_ focus) (spawnHere "google-chrome-stable"))
|
|
||||||
--, ((winKey , xK_r), do
|
--, ((winKey , xK_r), do
|
||||||
-- windows (viewOnScreen 1 "wb")
|
-- windows (viewOnScreen 1 "wb")
|
||||||
-- ifWindows (className =? "Google-chrome-stable") (mapM_ focus) (spawnHere "google-chrome-stable"))
|
-- ifWindows (className =? "Google-chrome-stable") (mapM_ focus) (spawnHere "google-chrome-stable"))
|
||||||
|
Loading…
Reference in New Issue
Block a user