about summary refs log tree commit diff
path: root/src/lib/XMonad/Custom/Scratchpads.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/XMonad/Custom/Scratchpads.hs')
-rw-r--r--src/lib/XMonad/Custom/Scratchpads.hs16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/lib/XMonad/Custom/Scratchpads.hs b/src/lib/XMonad/Custom/Scratchpads.hs
index 5570435..4aaaf94 100644
--- a/src/lib/XMonad/Custom/Scratchpads.hs
+++ b/src/lib/XMonad/Custom/Scratchpads.hs
@@ -1,9 +1,9 @@
 -- |
 -- Module                  : XMonad.Custom.Scratchpads
 -- Description             : Scratchpads configuration
--- Copyright               : (c) Azat Bahawi 2018-2021
+-- Copyright               : (c) Azat Bahawi 2018-2022
 -- SPDX-License-Identifier : GPL-3.0-or-later
--- Maintainer              : azahi@teknik.io
+-- Maintainer              : azat@bahawi.net
 -- Stability               : experimental
 -- Portability             : non-portable
 --
@@ -35,16 +35,4 @@ scratchpads =
        (spawnTerminalWith "NSPConsole" "~/.xmonad/scripts/nsp-console.sh")
        (title =? "NSPConsole")
        floatingNSP
-  , NS "volume"
-       (spawnTerminalWith "NSPVolume" (C.mixer C.applications))
-       (title =? "NSPVolume")
-       floatingNSP
-  , NS "music"
-       (spawnTerminalWith "NSPMusic" (C.player C.applications))
-       (title =? "NSPMusic")
-       floatingNSP
-  , NS "top"
-       (spawnTerminalWith "NSPTop" (C.top C.applications))
-       (title =? "NSPTop")
-       floatingNSP
   ]

Consider giving Nix/NixOS a try! <3