about summary refs log tree commit diff
path: root/src/lib/XMonad/Custom/Scratchpads.hs
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-16 01:46:04 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-16 01:46:04 +0300
commit3cd06b22069c009b8c5fea2d5fad5f996667d2e3 (patch)
tree4b5f1cb453de13c560bc8aa5a57952713cf360aa /src/lib/XMonad/Custom/Scratchpads.hs
parentabsolute garbage wtf (diff)
huge update-o
Diffstat (limited to '')
-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