Implement configuration setting to change the default border of windows

This commit is contained in:
Michael Stapelberg
2009-11-08 12:43:01 +01:00
parent 876417f49d
commit 64c99cb235
6 changed files with 41 additions and 6 deletions

View File

@ -76,6 +76,8 @@ struct Config {
int container_stack_limit;
int container_stack_limit_value;
const char *default_border;
/** The modifier which needs to be pressed in combination with your mouse
* buttons to do things with floating windows (move, resize) */
uint32_t floating_modifier;