all repos — fluxbox @ 745fb8e71c899941e0cb2437a900636c28824cdd

custom fork of the fluxbox windowmanager

removed useless code
Mathias Gumz akira at fluxbox dot org
commit

745fb8e71c899941e0cb2437a900636c28824cdd

parent

010ff6b7955df6dfbc9570a4ed742a29e33160fe

1 files changed, 2 insertions(+), 6 deletions(-)

jump to
M src/Screen.hhsrc/Screen.hh

@@ -303,20 +303,16 @@

int addWorkspace(); int removeLastWorkspace(); // scroll workspaces - /// go to next workspace ( right ) - void nextWorkspace() { nextWorkspace(1); } - /// go to previous workspace - void prevWorkspace() { prevWorkspace(1); } /** * Jump forward to a workspace * @param delta number of steps to jump */ - void nextWorkspace(int delta); + void nextWorkspace(int delta = 1); /** * Jump backwards to a workspace * @param delta number of steps to jump */ - void prevWorkspace(int delta); + void prevWorkspace(int delta = 1); /** * Jump right to a workspace. * @param delta number of steps to jump