Removed hotkey for Google Chrome

This commit is contained in:
trey 2018-07-21 19:45:35 -04:00
parent b0f2890fe5
commit a9ee37fcc0
1 changed files with 9 additions and 9 deletions

View File

@ -155,12 +155,12 @@ idHook maps to mempty, which means do nothing
-- end Weather Report window stuff -- end Weather Report window stuff
, className =? "Plasma-desktop" --> doFloat -- , className =? "Plasma-desktop" --> doFloat
<+> do -- <+> do
ws <- liftX (screenWorkspace 0) -- ws <- liftX (screenWorkspace 0)
case ws of -- case ws of
Just w -> doShift w -- Just w -> doShift w
Nothing -> idHook -- Nothing -> idHook
-- end Plasma desktop stuff -- end Plasma desktop stuff
, className =? "Xfce4-notifyd" --> doIgnore , className =? "Xfce4-notifyd" --> doIgnore
@ -334,10 +334,10 @@ 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), do
windows (viewOnScreen 1 "pindrop") -- windows (viewOnScreen 1 "pindrop")
--ifWindows (className =? "chromium") (mapM_ focus) (spawnHere "chromium")) --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 --, ((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"))