From 830a7d1387aeb404cb5312a84739960946478bac Mon Sep 17 00:00:00 2001 From: azahi Date: Mon, 15 Oct 2018 22:01:39 +0300 Subject: Modify keybindings Fix music player scratchpad Add abilities to recompile and restart from the running xmonad session --- src/XMonad/Custom/Scratchpads.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/XMonad/Custom/Scratchpads.hs') 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" -- cgit 1.4.1