Adam Vogt
2d84da7fdd
From A.Topicspace split functions for storing strings with root to U.StringProp
...
These functions will be used to send strings for execution by command line, in
xmonad-eval
2009-06-23 05:25:37 +00:00
gwern0
10c984ce44
update callers of safeSpawn
2009-06-22 20:14:23 +00:00
gwern0
65b8c39fe7
XMonad.Util.Run: improve definition so this can be used with emacs
2009-06-22 20:14:01 +00:00
gwern0
d4d17e6576
XMonad.Util.Run: +convenience function for safeSpawn which drops args to the prog
2009-06-22 19:30:18 +00:00
Adam Vogt
cc84480c99
Correct many typos in the documentation, consistent US spellingg
2009-06-18 00:37:29 +00:00
Khudyakov Alexey
eddd655b49
Remove USE_UTF8 defines.
...
They are not needed any more since utf8-string is mandatory dependence.
2009-04-19 13:09:09 +00:00
wirtwolff
071257d475
U.Loggers: add maildirNew, other loggers, and logger formatting utilities
...
Rework of the Logger portions of patches originally from seanmce33@gmail.com
to apply without conflicts, plus several formatting utilities for use with
X (Maybe String) aka Loggers.
2009-04-12 04:13:56 +00:00
perlkat
cc7d2140b7
added colour themes
...
These themes are colour themes only; they use the default font settings.
I thought the existing themes were rather dull, so these give more bright
(but tasteful) colours; shades of peacock feathers, shades of autumn.
2009-02-27 06:53:15 +00:00
konstantin.sobolev
5ad49783f2
NamedScratchpad
2009-04-19 04:55:42 +00:00
wirtwolff
15217548ab
U.EZConfig: add xK_Print <Print> to special keys
...
Many setups are expecting xK_Print rather than
xK_Sys_Req, so make it available in additionalKeysP.
2009-03-02 23:07:41 +00:00
wirtwolff
d6d03e84af
U.Run: remove waitForProcess to close Issue 268
...
http://code.google.com/p/xmonad/issues/detail?id=268
Submitting with some trepidation, since I've nearly no
understanding of process handling. Should be ok, no
warnings by sjanssen when asking about it in hpaste or
earlier email, and tested locally by spawning excessive
numbers of dzens: did not leave zombies or raise exceptions.
2009-02-20 21:41:53 +00:00
Roman Cheplyaka
bbb0e97e61
X.U.Loggers: handle possible EOF (reported by dyfrgi)
2009-02-16 21:38:42 +00:00
wirtwolff
c1c5b8d08e
U.Scratchpad: add general spawn action to close issue 249
...
Adds scratchpadSpawnActionCustom where user specifies how to set
resource to "scratchpad". This allows use of gnome-terminal, etc.
Add detail to RationalRectangle documentation; strip trailing spaces.
2009-02-14 00:36:42 +00:00
Roman Cheplyaka
509e345947
X.U.WindowProperties: docs (description and sections)
2009-02-08 23:14:22 +00:00
Ismael Carnales
12939b6c1d
X.U.WindowProperties: Add getProp32 and getProp32s, helpers to get properties from windows
2009-02-05 01:30:31 +00:00
Joachim Breitner
b66d1aae33
minor typo in XMonad/Util/EZConfig.hs
2009-02-08 19:22:24 +00:00
Khudyakov Alexey
07793c1bc3
Multimedia keys support for EZConfig
2009-02-07 17:33:30 +00:00
Roman Cheplyaka
c1b9f308d9
Remove X.U.SpawnOnWorkspace (superseded by X.A.SpawnOn)
2009-02-04 10:36:35 +00:00
Daniel Schoepe
70e9b9b2d6
Support for spawning most applications on a specific workspace
2009-01-25 19:10:45 +00:00
Spencer Janssen
e78cad6f90
uninstallSignalHandlers in spawnPipe
2009-01-22 00:27:45 +00:00
Spencer Janssen
69a75d863e
Create a new session for spawnPiped processes
2009-01-22 00:04:41 +00:00
Spencer Janssen
0272b8e468
Update all uses of doubleFork/waitForProcess
2009-01-16 21:03:15 +00:00
Brent Yorgey
22ea09d747
X.U.EZConfig: expand documentation
2009-01-16 15:31:43 +00:00
gwern0
b5d77062b9
XMonad.Util.XSelection: update maintainer information
2009-01-10 21:30:00 +00:00
Brent Yorgey
bcec549103
X.U.XSelection: get rid of warning about missing newline, add Haddock link
2009-01-02 19:43:57 +00:00
loupgaroublond
d889c531d0
adds haddock documentation for transformPromptSelection
...
also renames the function per mailing list recommendation
2009-01-02 19:09:54 +00:00
loupgaroublond
44b9610906
adds a weird function to XSelection
...
This enables you to pass a function of (String -> String) to a selection function to modify the string before executing it. This way, you can input your own escape routines to make it shell command line safe, and/or do other fancier things.
2008-12-22 02:07:30 +00:00
Roman Cheplyaka
fc581c9e4a
X.U.WindowProperties: propertyToQuery+docs
2008-12-25 08:07:02 +00:00
gwern0
42692986e6
hlintify XUtils, XSelection, Search, WindowGo
2008-12-20 15:33:02 +00:00
Roman Cheplyaka
d043dfbaf9
WindowProperties: added allWithProperty
2008-11-15 10:45:25 +00:00
Don Stewart
c40d8c2f3d
explicit import list for things in the process library
2008-11-04 03:53:19 +00:00
Travis B. Hartwell
b849ccb29e
generic menu and window bringer
2008-10-27 00:55:23 +00:00
gwern0
2051b80b25
Paste.hs: improve haddocks
2008-09-27 15:01:58 +00:00
gwern0
e8edf860f7
Paste.hs: fix haddock
2008-09-27 14:52:38 +00:00
Lukas Mai
31fd3135cf
XMonad.Util.Font: UTF8 -> USE_UTF8
2008-09-30 14:00:56 +00:00
gwern0
300d9cf2b7
Paste.hs: implement noModMask suggestion
2008-09-26 23:20:56 +00:00
gwern0
b0c3dcc192
-DUTF8 flag with -DUSE_UTF8
2008-09-21 15:40:14 +00:00
gwern0
07e9192f6f
XSelection.hs: use CPP to compile against utf8-string
2008-09-20 15:16:15 +00:00
gwern0
8971328f06
Paste.hs: +warning about ASCII limitations
2008-09-21 15:50:38 +00:00
gwern0
38a21daefe
Paste.hs: shorten comment lines to under 80 columns per sjanssen
2008-09-21 15:49:50 +00:00
Spencer Janssen
1c1205daed
Rename pasteKey functions to sendKey
2008-09-21 06:20:16 +00:00
Spencer Janssen
2477985387
Move XMonad.Util.XPaste to XMonad.Util.Paste
2008-09-21 06:09:47 +00:00
gwern0
bd2b5379ab
XPaste.hs: improve author info
2008-09-20 15:23:42 +00:00
gwern0
4ae4a7ec07
+XMonad.Util.XPaste: a module for pasting strings to windows
2008-09-20 15:21:06 +00:00
David Roundy
1f2162781f
remove myself as maintainer from modules I don't maintain or use.
2008-08-28 15:18:30 +00:00
Spencer Janssen
94101637c9
I prefer the spencerjanssen@gmail.com address
2008-07-14 20:40:05 +00:00
Braden Shepherdson
ae1010882a
Added function to filter out scratchpad workspace for use with ewmhLogHookCustom.
2008-07-06 16:10:27 +00:00
brian
2dc1b0c5f7
allow function keys up to F24
2008-06-26 04:05:16 +00:00
Braden Shepherdson
7cc6859496
Now using -name instead of -title as the term app argument, and correspondingly resource for the ManageHook.
2008-06-08 18:07:48 +00:00
Lukas Mai
1c18687ec4
XMonad.Util.EZConfig: add keypad bindings
2008-06-15 14:37:02 +00:00