This commit is contained in:
Samae 2023-10-20 23:06:03 +03:00
parent f1a42476a2
commit 4701c62ce3
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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: