added general:no_cursor_warps
This commit is contained in:
parent
338865e433
commit
1edd66618f
4 changed files with 21 additions and 5 deletions
|
|
@ -45,6 +45,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["general:col.active_border"].intValue = 0xffffffff;
|
||||
configValues["general:col.inactive_border"].intValue = 0xff444444;
|
||||
configValues["general:cursor_inactive_timeout"].intValue = 0;
|
||||
configValues["general:no_cursor_warps"].intValue = 0;
|
||||
|
||||
configValues["general:layout"].strValue = "dwindle";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue