Fix paths, start patchage on sound

This commit is contained in:
Martin Potier 2020-09-28 16:24:06 +03:00
parent c7117f7e3e
commit 807734ba81
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@ modify conf = conf
, ("M-S-<Delete>", spawn "/run/current-system/sw/bin/mpc pause; /run/current-system/sw/bin/xset s activate")
, ("M-S-<Left>", shiftToPrev >> prevWS)
, ("M-S-<Right>", shiftToNext >> nextWS)
, ("M-s s", spawn "/run/current-system/sw/bin/flameshot gui")
, ("M-s s", spawn "/home/e/.nix-profile/bin/flameshot gui")
, ("M-s t", spawn "/run/current-system/sw/bin/scrot /tmp/screen.png")
-- Workspace and tasks
, ("M-b", switchProjectPrompt promptConfig)

View File

@ -87,6 +87,7 @@ projects = [ adminProject "wrk-config"
, Project { projectName = "sound"
, projectDirectory = "/tmp"
, projectStartHook = Just $ do safeSpawnProg "pavucontrol"
safeSpawnProg "patchage"
}
, Project { projectName = "meeting"
, projectDirectory = "/tmp"