Project shuffle

This commit is contained in:
EEva (JPotier) 2021-03-30 18:46:00 +03:00
parent c2aca9ce98
commit b6b5e0d467
2 changed files with 6 additions and 6 deletions

View File

@ -80,7 +80,6 @@ centerWindow win = do
(_, W.RationalRect x y w h) <- floatLocation win
windows $ W.float win (W.RationalRect ((1 - w) / 2) ((1 - h) / 2) w h)
return ()
--, ( modm .|. xK_a ), withFocused centerWindow)
promptConfig = def
{ position = Bottom

View File

@ -33,6 +33,7 @@ projects =
, singleApp "carla"
, singleAppWithName "vcv" "Rack"
, singleAppWithName "element" "element-desktop"
, singleAppWithName "signal" "signal-desktop"
, singleAppWithName "wire" "wire-desktop"
, singleTermAppWithName "email" "neomutt"
, Project { projectName = "admin"
@ -40,6 +41,11 @@ projects =
, projectStartHook = Just $ do safeSpawn "vim" ["-g"]
safeSpawnProg term
}
, Project { projectName = "overlays-personal"
, projectDirectory = "~/admin/overlays-personal"
, projectStartHook = Just $ do safeSpawn "vim" ["-g"]
safeSpawnProg term
}
, Project { projectName = "cdc-config"
, projectDirectory = "~/admin/cdc-config"
, projectStartHook = Just $ do safeSpawn "vim" ["-g"]
@ -50,11 +56,6 @@ projects =
, projectStartHook = Just $ do safeSpawn "vim" ["-g"]
safeSpawnProg term
}
, Project { projectName = "advent"
, projectDirectory = "~/candy/2020-adventofcode"
, projectStartHook = Just $ do safeSpawn "vim" ["-g"]
safeSpawnProg term
}
, Project { projectName = "xmonad"
, projectDirectory = "~/.xmonad"
, projectStartHook = Just $ do safeSpawn "vim" ["-g"]