Skip to content

Commit

Permalink
[xmonad] correct classname of chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Dec 5, 2016
1 parent 7234eb6 commit b038538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11/.xmonad/xmonad.hs
Expand Up @@ -24,7 +24,7 @@ myManageHook = composeAll
[ isFullscreen --> doFullFloat
, isDialog --> doCenterFloat
, className =? "Thunderbird" --> doShift (myWorkspaces !! 6)
, className =? "chromium-browser" --> doShift (myWorkspaces !! 1)
, className =? "Chromium-browser" --> doShift (myWorkspaces !! 1)
, className =? "feh" --> doCenterFloat
, className =? "llpp" --> doShift (myWorkspaces !! 4)
, className =? "Pinentry" --> doCenterFloat
Expand Down

0 comments on commit b038538

Please sign in to comment.