diff options
author | sabetts <sabetts> | 2001-03-19 08:35:36 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-03-19 08:35:36 +0000 |
commit | 23494269d7fb6bec696f305caa79a683ceb4bcbd (patch) | |
tree | dda073b707af449b62cf8329c587cac95e419e35 /NEWS | |
parent | 7604e8eabbcc2e6142f7b3d75d38880044dd63f7 (diff) | |
download | ratpoison-23494269d7fb6bec696f305caa79a683ceb4bcbd.zip |
* src/main.c (ratpoison_longopts): add --command to recognized
command-line options.
* src/communications.h (send_command): new function prototype
* src/data.h (rp_command): new global variable
* src/events.c (receive_command): new function
(property_notify): handles rp_command Atoms
* src/communications.c (send_command): new function
* src/main.c (print_help): prints help for --command
(main): handles --command command-line option
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- * Changes since 0.1.0 +** new command-line option --command + +You can now send ratpoison commands (colon-commands) to ratpoison via +the command line. for example to tell ratpoison to go to the next +window type this: + +$ ratpoison --command next + ** window borders are configurable WINDOW_BORDER_WIDTH has been added to conf.h. This constant determines the border width for all windows. |