fixed change workspace and indenting
This commit is contained in:
parent
b0239459c3
commit
1f539dccc6
1 changed files with 100 additions and 101 deletions
|
@ -214,8 +214,7 @@ void screen::handleKeypress(const XEvent &e) {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case Action::changeWorkspace:
|
case Action::changeWorkspace:
|
||||||
// we subtract one so counting starts at 1 in the config file
|
changeWorkspace(it->number());
|
||||||
changeWorkspace(it->number() - 1);
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case Action::execute:
|
case Action::execute:
|
||||||
|
|
Loading…
Reference in a new issue