summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-02-19 09:56:37 +0000
committersabetts <sabetts>2001-02-19 09:56:37 +0000
commitfe1b95fa672387232732507a65565bac8c470c26 (patch)
treefea1ebe54c235ec19eacebed1b7867bc17e086a2 /src/conf.h
parent4f193c1f4d81f0f583d4db7a00c3cb54967b2058 (diff)
downloadratpoison-fe1b95fa672387232732507a65565bac8c470c26.zip
* manage.c (manage): calls sort_window_list_by_number
* list.h (sort_window_list_by_number): Added prototype * list.c (swap_list_elements): Added (sort_window_list_by_number): Added * input.c (update_input_window): Added (get_input): calls update_input_window in place of xlib calls. (get_input): exits if realloc fails * conf.h: Added INPUT_WINDOW_SIZE * bar.c (update_window_names): loops through window list from head to tail.
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index 1f5e860..6a9629f 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -29,12 +29,15 @@
#define MODIFIER_PREFIX ControlMask
/* Pressing a key sends the mouse to the bottom right corner. This
- doesn't work ver well yet. */
+ doesn't work very well yet. */
//#define HIDE_MOUSE
/* Quit ratpoison when there are no more managed windows. */
//#define AUTO_CLOSE
+/* The minimum size of the input window */
+#define INPUT_WINDOW_SIZE 200
+
#define BAR_FG_COLOR "black"
#define BAR_BG_COLOR "white"
#define FONT_NAME "9x15bold"