Update
This commit is contained in:
parent
f1a42476a2
commit
4701c62ce3
2 changed files with 8 additions and 2 deletions
|
@ -111,6 +111,11 @@ projects =
|
|||
, projectDirectory = "~/accounting"
|
||||
, projectStartHook = Just $ do safeSpawnProg term
|
||||
}
|
||||
, Project { projectName = "arrangements"
|
||||
, projectDirectory = "~/candy/Arrangements"
|
||||
, projectStartHook = Just $ do spawnGuiTextEditor
|
||||
safeSpawnProg term
|
||||
}
|
||||
, Project { projectName = "flim"
|
||||
, projectDirectory = "/flims/rtorrent/download"
|
||||
, projectStartHook = Just $ do safeSpawnProg term
|
||||
|
|
|
@ -43,8 +43,9 @@ myManageHook = composeAll
|
|||
, className =? "Pinentry" --> doCenterFloat
|
||||
, className =? "REAPER" --> hasBorder False
|
||||
, className =? "Renoise" --> hasBorder False
|
||||
, className =? "Steam" --> doShift "steam"
|
||||
, className =? "csgo_linux64" --> doShift "steam"
|
||||
, className =? "steam" --> doShift "steam"
|
||||
, className =? "steamwebhelper" --> doShift "steam"
|
||||
, className =? "cs2" --> doShift "steam"
|
||||
, isDialog --> doCenterFloat
|
||||
|
||||
-- Move transient windows to their parent:
|
||||
|
|
Loading…
Reference in a new issue