Removed hotkey for Google Chrome
This commit is contained in:
parent
b0f2890fe5
commit
a9ee37fcc0
18
xmonad.hs
18
xmonad.hs
@ -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"))
|
||||||
|
Loading…
Reference in New Issue
Block a user