Minor changes.

This commit is contained in:
Derek Taylor
2021-04-07 16:38:17 -05:00
parent 25a784f6b6
commit fa435c61b3
9 changed files with 28 additions and 23 deletions

View File

@@ -689,7 +689,7 @@ searchList = [ ("a", archwiki)
#+END_SRC
* Scratchpads
Allows to have several floating scratchpads running different applications. Import Util.NamedScratchpad and bind a key to namedScratchpadSpawnAction. In the example below, I create two named scratchpads: (1) a scratchpad for my terminal, and (2) a scratchpad for moc which is a termina music player.
Allows to have several floating scratchpads running different applications. Import Util.NamedScratchpad and bind a key to namedScratchpadSpawnAction. In the example below, I create two named scratchpads: (1) a scratchpad for my terminal, and (2) a scratchpad for moc which is a terminal music player.
#+BEGIN_SRC haskell
myScratchPads :: [NamedScratchpad]