Replaced vivaldi with qutebrowser
This commit is contained in:
parent
0c22b9b0a3
commit
db9f6b064f
@ -290,7 +290,7 @@ main = do
|
||||
dzenTennessineBar <- spawnPipe (getTennessineBar sc)
|
||||
dzenBlancherBar <- spawnPipe (getBlancherBar sc)
|
||||
xmonad $ docks $ ewmh $ desktopConfig {
|
||||
workspaces = ["shell","vivaldi","pindrop","kofc","VM"]
|
||||
workspaces = ["shell","qb","pindrop","kofc","VM"]
|
||||
, terminal = myTerminal
|
||||
, focusFollowsMouse = True
|
||||
, manageHook = manageDocks <+> myManageHook <+> manageHook desktopConfig
|
||||
@ -499,8 +499,10 @@ myKeys = [
|
||||
--windows (viewOnScreen 1 "hng")
|
||||
--windows (viewOnScreen 1 "chromium")
|
||||
--ifWindows (className =? "Chromium") (mapM_ focus) (spawnHere "chromium"))
|
||||
windows (viewOnScreen 1 "vivaldi")
|
||||
ifWindows (className =? "Vivaldi-stable") (mapM_ focus) (spawnHere "vivaldi-stable"))
|
||||
--windows (viewOnScreen 1 "vivaldi")
|
||||
--ifWindows (className =? "Vivaldi-stable") (mapM_ focus) (spawnHere "vivaldi-stable"))
|
||||
windows (viewOnScreen 1 "qb")
|
||||
ifWindows (className =? "qutebrowser") (mapM_ focus) (spawnHere "qutebrowser"))
|
||||
--ifWindows (className =? "Iceweasel") (mapM_ focus) (spawnHere "iceweasel"))
|
||||
, ((winKey .|. controlMask, xK_l), sendMessage Expand)
|
||||
--, ((winKey , xK_1), windows (viewOnScreen 0 "shell"))
|
||||
|
Loading…
Reference in New Issue
Block a user