47
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message ***
Shawn Betts
as sabetts
More... about 18 years ago
(stumpwm): use write-line
Shawn Betts
as sabetts
More... about 18 years ago
(:stumpwm): export a bunch of symbols
Shawn Betts
as sabetts
More... about 18 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... about 18 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... about 18 years ago
* user.lisp ("loadrc"): use the screen supplied to the function ("escape"): ignore screen
Shawn Betts
as sabetts
More... about 18 years ago
(get-x-selection): new function
Shawn Betts
as sabetts
More... about 18 years ago
* primitives.lisp (*x-selection*): new global variable
Shawn Betts
as sabetts
More... about 18 years ago
("escape"): new command
Shawn Betts
as sabetts
More... about 18 years ago
("ratwarp"): new command ("ratrelwarp"): likewise ("loadrc"): new command
Shawn Betts
as sabetts
More... about 18 years ago
* user.lisp ("ratwarp"): new command ("ratrelwarp"): likewise
Shawn Betts
as sabetts
More... about 18 years ago
(stumpwm): work around sbcl's putenv bug
Shawn Betts
as sabetts
More... about 18 years ago
(:mapping-notify): update clx's key mappings
Shawn Betts
as sabetts
More... about 18 years ago
* core.lisp (maximize-window): set the window's position to 0,0
Shawn Betts
as sabetts
More... about 18 years ago
* user.lisp (*root-map*): bind "o" to fnext (horiz-split-frame): update window border color (vert-split-frame): likewise (remove-split): likewise ("only"): likewise (focus-frame-after): new function (focus-next-frame): likewise (focus-prev-frame): likewise ("fnext"): new command
Shawn Betts
as sabetts
More... about 18 years ago
* user.lisp (run-shell-command): allow output to be collected.
Shawn Betts
as sabetts
More... about 18 years ago
blah this might bust
Shawn Betts
as sabetts
More... about 18 years ago
(input-forward-word): use position-if-not (input-backward-word): likewise
Shawn Betts
as sabetts
More... about 18 years ago
(stumpwm-internal-loop): set *debugger-hook* to a function that ungrabs the pointer
Shawn Betts
as sabetts
More... about 18 years ago
(stumpwm-internal-loop): set *debugger-hook* to a function that ungrabs the pointer
Shawn Betts
as sabetts
More... about 18 years ago
* input.lisp (input-forward-word): new function (input-backward-word): likewise *input-map*: bind input-forward-word and input-backward-word
Shawn Betts
as sabetts
More... about 18 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... about 18 years ago
* user.lisp (fmt-screen-window-list): new function ("only"): use screen-x screen-y screen-width and screen-height (interactive-command): update the modeline
Shawn Betts
as sabetts
More... about 18 years ago
* primitives.lisp (char->keysym): remove unused function
Shawn Betts
as sabetts
More... about 18 years ago
(*input-map*): add arrow key bindings populate *input-map* with bindings when it's nil.
Shawn Betts
as sabetts
More... about 18 years ago
* core.lisp (*top-map*): init to nil populate *top-map* with bindings when it's nil.
Shawn Betts
as sabetts
More... about 18 years ago
(*root-map*): swap hsplit and vsplit bindings.
Shawn Betts
as sabetts
More... about 18 years ago
(run-prog): for sbcl and cmucl let the subprocess inherit the stdout and stderr streams of the current process.
Shawn Betts
as sabetts
More... about 18 years ago
(run-prog): for sbcl and cmucl let the subprocess inherit the stdout and stdin streams of the current process. (run-prog): for sbcl and cmucl also inherit stderr
Shawn Betts
as sabetts
More... about 18 years ago
(run-prog): for sbcl and cmucl let the subprocess inherit the stdout and stdin streams of the current process.
Shawn Betts
as sabetts
More... about 18 years ago