mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
config: add <core><gap>
Specify the distance in pixels between views and output edges when using movement actions such as MoveToEdge
This commit is contained in:
parent
5cf4539827
commit
a6eb29ad33
5 changed files with 12 additions and 6 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
struct rcxml {
|
||||
bool xdg_shell_server_side_deco;
|
||||
int gap;
|
||||
bool focus_follow_mouse;
|
||||
bool raise_on_focus;
|
||||
char *theme_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue