mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-12 13:30:01 -05:00
feat: add option to set default scratchpad size
This commit is contained in:
parent
bc85232985
commit
263e2e4260
4 changed files with 22 additions and 4 deletions
|
|
@ -48,6 +48,8 @@ unsigned int gappih = 5; /* horiz inner gap between windows */
|
|||
unsigned int gappiv = 5; /* vert inner gap between windows */
|
||||
unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */
|
||||
unsigned int gappov = 10; /* vert outer gap between windows and screen edge */
|
||||
float scratchpad_width_ratio = 0.8;
|
||||
float scratchpad_height_ratio = 0.9;
|
||||
|
||||
int scroller_structs = 20;
|
||||
float scroller_default_proportion = 0.9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue