forgot this
This commit is contained in:
parent
09cc0bf6af
commit
fa2519525a
1 changed files with 0 additions and 9 deletions
|
@ -1751,15 +1751,6 @@ void BScreen::setupConfigmenu(FbTk::Menu &menu) {
|
|||
cerr<<e.what()<<endl;
|
||||
}
|
||||
|
||||
try {
|
||||
_BOOLITEM(menu, Configmenu, FocusLast,
|
||||
"Focus Last Window on Workspace", "Focus Last Window on Workspace",
|
||||
*resourceManager().getResource<bool>(name() + ".focusLastWindow"),
|
||||
saverc_cmd);
|
||||
} catch (FbTk::ResourceException e) {
|
||||
cerr<<e.what()<<endl;
|
||||
}
|
||||
|
||||
_BOOLITEM(menu, Configmenu, WorkspaceWarping,
|
||||
"Workspace Warping",
|
||||
"Workspace Warping - dragging windows to the edge and onto the next workspace",
|
||||
|
|
Loading…
Reference in a new issue