Merge gaps support as-is
This code was copied over unmodified from https://github.com/Airblader/i3-gaps. I have split out the differences between i3-gaps and i3 into three areas: 1. Gaps 2. i3bar height 3. rgba colors
This commit is contained in:
committed by
Michael Stapelberg
parent
0b89d4b2a7
commit
b825dc124a
@ -332,6 +332,12 @@ void cmd_shmlog(I3_CMD, const char *argument);
|
||||
*/
|
||||
void cmd_debuglog(I3_CMD, const char *argument);
|
||||
|
||||
/**
|
||||
* Implementation of 'gaps inner|outer|top|right|bottom|left|horizontal|vertical current|all set|plus|minus|toggle <px>'
|
||||
*
|
||||
*/
|
||||
void cmd_gaps(I3_CMD, const char *type, const char *scope, const char *mode, const char *value);
|
||||
|
||||
/**
|
||||
* Implementation of 'title_window_icon <yes|no|toggle>' and 'title_window_icon <padding|toggle> <px>'
|
||||
*
|
||||
|
Reference in New Issue
Block a user