about summary refs log tree commit diff
path: root/src/XMonad/Custom/Scratchpads.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/XMonad/Custom/Scratchpads.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XMonad/Custom/Scratchpads.hs b/src/XMonad/Custom/Scratchpads.hs
index d463b87..9424f7b 100644
--- a/src/XMonad/Custom/Scratchpads.hs
+++ b/src/XMonad/Custom/Scratchpads.hs
@@ -42,7 +42,7 @@ scratchpads =
       (title =? "NSPVolume")
       floatingNSP
     , NS "music"
-      (spawnTerminalWith "NSPMusic" "mp")
+      (spawnTerminalWith "NSPMusic" (C.player C.applications))
       (title =? "NSPMusic")
       floatingNSP
     , NS "top"

Consider giving Nix/NixOS a try! <3