Fix paths, start patchage on sound
This commit is contained in:
parent
c7117f7e3e
commit
807734ba81
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue