forked from colonelpanic/dotfiles
[XMonad] Fix whitespace
This commit is contained in:
parent
32c768d726
commit
574286e326
@ -83,7 +83,8 @@ myStartup = spawn "systemctl --user start wm.target"
|
|||||||
|
|
||||||
myManageHook = composeAll . concat $
|
myManageHook = composeAll . concat $
|
||||||
[ [ hangoutsSelector --> doShift "2"]
|
[ [ hangoutsSelector --> doShift "2"]
|
||||||
, [ transmissionSelector --> doShift "5" ]]
|
, [ transmissionSelector --> doShift "5" ]
|
||||||
|
]
|
||||||
|
|
||||||
-- Toggles
|
-- Toggles
|
||||||
unmodifyLayout (ModifiedLayout _ x') = x'
|
unmodifyLayout (ModifiedLayout _ x') = x'
|
||||||
|
Loading…
Reference in New Issue
Block a user