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;
|
||||
|
||||
case Action::changeWorkspace:
|
||||
// we subtract one so counting starts at 1 in the config file
|
||||
changeWorkspace(it->number() - 1);
|
||||
changeWorkspace(it->number());
|
||||
return;
|
||||
|
||||
case Action::execute:
|
||||
|
|
Loading…
Reference in a new issue