diff options
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Util/Scratchpad.hs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/XMonad/Util/Scratchpad.hs b/XMonad/Util/Scratchpad.hs index 4fcd53d..60effae 100644 --- a/XMonad/Util/Scratchpad.hs +++ b/XMonad/Util/Scratchpad.hs @@ -80,10 +80,9 @@ scratchpadSpawnActionTerminal term = -- | Action to pop up any program with the user specifying how to set --- its resource to \"scratchpad\". For example, with gnome-terminal --- bind the following to a key: +-- its resource to \"scratchpad\". For example, with gnome-terminal: -- --- > scratchpadSpawnActionCustom "gnome-terminal --name scratchpad" +-- > scratchpadSpawnActionCustom "gnome-terminal --disable-factory --name scratchpad" scratchpadSpawnActionCustom :: String -- ^ Command to spawn a program with resource \"scratchpad\" -> X () scratchpadSpawnActionCustom c = namedScratchpadAction [NS "scratchpad" c scratchpadQuery nonFloating] "scratchpad" |