Changes
This commit is contained in:
parent
a131b1bb1b
commit
5a9b9d09bd
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ modify conf = conf
|
|||
, ("M-h", sendMessage Shrink) -- Shrink the master area
|
||||
, ("M-l", sendMessage Expand) -- Expand the master area
|
||||
-- dunstctl calls
|
||||
, ("C-<Space>", spawn "dunstctl close")
|
||||
-- , ("C-<Space>", spawn "dunstctl close")
|
||||
, ("C-S-<Space>", spawn "dunstctl close-all")
|
||||
]
|
||||
|
||||
|
|
|
@ -73,7 +73,6 @@ projects = [ adminProject "wrk-config"
|
|||
, workProject "customer-modules"
|
||||
, workProject "docker-images"
|
||||
, workProject "fangorn"
|
||||
, workProject "frankenbase"
|
||||
, workProject "gitlab-runners"
|
||||
, workProject "infra-inventory"
|
||||
, workProject "isengard"
|
||||
|
@ -101,6 +100,7 @@ projects = [ adminProject "wrk-config"
|
|||
, workProject "tech-radar"
|
||||
, workProject "time-tracking"
|
||||
, workProject "ugluk-ansible-role"
|
||||
, workProject "unified-application-gateway"
|
||||
, Project { projectName = "minecraft"
|
||||
, projectDirectory = "/tmp"
|
||||
, projectStartHook = Just $ do safeSpawnProg "minecraft-launcher"
|
||||
|
|
Loading…
Reference in a new issue