This commit is contained in:
Martin Potier 2023-04-18 10:10:27 +03:00
parent a131b1bb1b
commit 5a9b9d09bd
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
2 changed files with 2 additions and 2 deletions

View File

@ -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")
]

View File

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