Advertisement
mark-naylor-1701

stumpwm : rat-top

Oct 26th, 2024 (edited)
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.14 KB | None | 0 0
  1. (defcommand rat-top () ()
  2.   "Send the mouse to the top left of the screen."
  3.   (ratwarp 3 3))
  4.  
  5. (define-key *root-map* (kbi "C-b") "rat-top")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement