Adding xmonadctl.hs for XMonad Server Mode.

This commit is contained in:
Derek Taylor 2020-06-12 20:58:20 -05:00
parent dd2645603c
commit 9e52d55545
1 changed files with 0 additions and 41 deletions

View File

@ -49,44 +49,3 @@ sendCommand addr s = do
showHelp :: IO ()
showHelp = do pn <- getProgName
putStrLn ("Send commands to a running instance of xmonad. xmonad.hs must be configured with XMonad.Hooks.ServerMode to work.\n-a atomname can be used at any point in the command line arguments to change which atom it is sending on.\nIf sent with no arguments or only -a atom arguments, it will read commands from stdin.\nEx:\n" ++ pn ++ " cmd1 cmd2\n" ++ pn ++ " -a XMONAD_COMMAND cmd1 cmd2 cmd3 -a XMONAD_PRINT hello world\n" ++ pn ++ " -a XMONAD_PRINT # will read data from stdin.\nThe atom defaults to XMONAD_COMMAND.")
-- 1 - view"<action=xdotool key super+1>dev</action>"
-- 2 - shift"<action=xdotool key super+1>dev</action>"
-- 3 - view"<action=xdotool key super+2>www</action>"
-- 4 - shift"<action=xdotool key super+2>www</action>"
-- 5 - view"<action=xdotool key super+3>sys</action>"
-- 6 - shift"<action=xdotool key super+3>sys</action>"
-- 7 - view"<action=xdotool key super+4>doc</action>"
-- 8 - shift"<action=xdotool key super+4>doc</action>"
-- 9 - view"<action=xdotool key super+5>vbox</action>"
-- 10 - shift"<action=xdotool key super+5>vbox</action>"
-- 11 - view"<action=xdotool key super+6>chat</action>"
-- 12 - shift"<action=xdotool key super+6>chat</action>"
-- 13 - view"<action=xdotool key super+7>mus</action>"
-- 14 - shift"<action=xdotool key super+7>mus</action>"
-- 15 - view"<action=xdotool key super+8>vid</action>"
-- 16 - shift"<action=xdotool key super+8>vid</action>"
-- 17 - view"<action=xdotool key super+9>gfx</action>"
-- 18 - shift"<action=xdotool key super+9>gfx</action>"
-- 19 - screen0
-- 20 - screen-to-0
-- 21 - screen1
-- 22 - screen-to-1
-- 23 - shrink
-- 24 - expand
-- 25 - next-layout
-- 26 - default-layout
-- 27 - restart-wm
-- 28 - restart-wm-no-resume
-- 29 - xterm
-- 30 - run
-- 31 - kill
-- 32 - refresh
-- 33 - focus-up
-- 34 - focus-down
-- 35 - swap-up
-- 36 - swap-down
-- 37 - swap-master
-- 38 - sink
-- 39 - quit-wm