*** empty log message *** |
|
More...
|
about 18 years ago
|
(stumpwm): use write-line |
|
More...
|
about 18 years ago
|
(:stumpwm): export a bunch of symbols |
|
More...
|
about 18 years ago
|
*** empty log message *** |
|
More...
|
about 18 years ago
|
*** empty log message *** |
|
More...
|
about 18 years ago
|
* user.lisp ("loadrc"): use the screen supplied to the function ("escape"): ignore screen |
|
More...
|
about 18 years ago
|
(get-x-selection): new function |
|
More...
|
about 18 years ago
|
* primitives.lisp (*x-selection*): new global variable |
|
More...
|
about 18 years ago
|
("escape"): new command |
|
More...
|
about 18 years ago
|
("ratwarp"): new command ("ratrelwarp"): likewise ("loadrc"): new command |
|
More...
|
about 18 years ago
|
* user.lisp ("ratwarp"): new command ("ratrelwarp"): likewise |
|
More...
|
about 18 years ago
|
(stumpwm): work around sbcl's putenv bug |
|
More...
|
about 18 years ago
|
(:mapping-notify): update clx's key mappings |
|
More...
|
about 18 years ago
|
* core.lisp (maximize-window): set the window's position to 0,0 |
|
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 |
|
More...
|
about 18 years ago
|
* user.lisp (run-shell-command): allow output to be collected. |
|
More...
|
about 18 years ago
|
blah this might bust |
|
More...
|
about 18 years ago
|
(input-forward-word): use position-if-not (input-backward-word): likewise |
|
More...
|
about 18 years ago
|
(stumpwm-internal-loop): set *debugger-hook* to a function that ungrabs the pointer |
|
More...
|
about 18 years ago
|
(stumpwm-internal-loop): set *debugger-hook* to a function that ungrabs the pointer |
|
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 |
|
More...
|
about 18 years ago
|
*** empty log message *** |
|
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 |
|
More...
|
about 18 years ago
|
* primitives.lisp (char->keysym): remove unused function |
|
More...
|
about 18 years ago
|
(*input-map*): add arrow key bindings populate *input-map* with bindings when it's nil. |
|
More...
|
about 18 years ago
|
* core.lisp (*top-map*): init to nil populate *top-map* with bindings when it's nil. |
|
More...
|
about 18 years ago
|
(*root-map*): swap hsplit and vsplit bindings. |
|
More...
|
about 18 years ago
|
(run-prog): for sbcl and cmucl let the subprocess inherit the stdout and stderr streams of the current process. |
|
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 |
|
More...
|
about 18 years ago
|
(run-prog): for sbcl and cmucl let the subprocess inherit the stdout and stdin streams of the current process. |
|
More...
|
about 18 years ago
|