mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-08 10:06:49 -05:00
opt: change view_current_to_back default to 0
This commit is contained in:
parent
6e8817f2cb
commit
ffbf001a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ int focus_cross_monitor = 0;
|
|||
int focus_cross_tag = 0;
|
||||
int exchange_cross_monitor = 0;
|
||||
int scratchpad_cross_monitor = 0;
|
||||
int view_current_to_back = 1;
|
||||
int view_current_to_back = 0;
|
||||
int no_border_when_single = 0;
|
||||
int no_radius_when_single = 0;
|
||||
int snap_distance = 30;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue