Fix path to mpc

This commit is contained in:
Martin Potier 2022-12-27 08:35:09 +02:00
parent 5a280ca7be
commit c830fce008
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ modify conf = conf
, ("M-<Right>", nextWS)
, ("M-<Tab>", toggleWS' ["NSP"])
, ("M-<Up>", windows W.focusUp)
, ("M-S-<Delete>", spawn "/run/current-system/sw/bin/mpc pause; /run/current-system/sw/bin/xset s activate")
, ("M-S-<Delete>", spawn "/etc/profiles/per-user/e/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 "/etc/profiles/per-user/e/bin/flameshot gui")