diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-07 04:47:38 +0100 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-07 04:47:38 +0100 |
commit | 469e6b221b9c21e36d44a2da8a10818794f8f595 (patch) | |
tree | 9ff3f8374e8ac61ec261f8a79cc59ccb42d44f91 | |
parent | a7d2446ed524d61515543f1fa32c5218431e9ee4 (diff) | |
download | metatile-469e6b221b9c21e36d44a2da8a10818794f8f595.tar metatile-469e6b221b9c21e36d44a2da8a10818794f8f595.zip |
add dmenu support, seems to work, but the resulting client isn't launched
darcs-hash:20070307034738-9c5c1-180f977abb51ca29a4151c9103a0a29b59aac6fa
-rw-r--r-- | Main.hs | 3 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -92,7 +92,7 @@ handler (KeyEvent {event_type = t, state = mod, keycode = code}) handler _ = return () -- --- switch focus (?) +-- switch focus to next window in list. -- switch :: W () switch = do @@ -115,6 +115,7 @@ spawn = io_ . runCommand keys :: [(KeyMask, KeySym, W ())] keys = [ (mod1Mask .|. shiftMask, xK_Return, spawn "xterm") + , (mod1Mask, xK_p, spawn "exec=`dmenu_path | dmenu` && exec $exe") , (controlMask, xK_space, spawn "gmrun") , (mod1Mask, xK_Tab, switch) , (mod1Mask .|. shiftMask, xK_q, io $ exitWith ExitSuccess) @@ -19,6 +19,8 @@ Building: X11-extras: darcs get http://www.cse.unsw.edu.au/~dons/code/X11-extras + dmenu 2.5 http://suckless.org + Use: add: |