Guest User

Untitled

a guest
Oct 8th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. myWorkspaces            :: [String]
  2. myWorkspaces            = clickable . (map dzenEscape) $ [" ^i(/home/peter/Downloads/term.xbm) 1","2","3","4","5","6","7","8","9","0"]
  3.   where clickable l     = [ "^ca(1,xdotool key super+" ++ show (n) ++ ")" ++ ws ++ "^ca()" |
  4.                             (i,ws) <- zip [1..] l,
  5.                             let n = i ]
Add Comment
Please, Sign In to add comment