diff options
author | azahi <azahi@teknik.io> | 2018-10-15 22:01:39 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-10-15 22:01:39 +0300 |
commit | 830a7d1387aeb404cb5312a84739960946478bac (patch) | |
tree | 89565d389117dd66bf13c0fe3affb484df6467c6 /src/XMonad/Custom/Scratchpads.hs | |
parent | Allow building via `xmonad --recompile` (diff) |
Modify keybindings
Fix music player scratchpad Add abilities to recompile and restart from the running xmonad session
Diffstat (limited to 'src/XMonad/Custom/Scratchpads.hs')
-rw-r--r-- | src/XMonad/Custom/Scratchpads.hs | 2 |
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" |