xwayland: add nearest neighbor filtering as an opt
This commit is contained in:
parent
e1edfde539
commit
64ce06a353
2 changed files with 8 additions and 0 deletions
|
|
@ -206,6 +206,8 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["gestures:workspace_swipe_forever"].intValue = 0;
|
||||
configValues["gestures:workspace_swipe_numbered"].intValue = 0;
|
||||
|
||||
configValues["xwayland:use_nearest_neighbor"].intValue = 1;
|
||||
|
||||
configValues["autogenerated"].intValue = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue