aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-09-11 19:53:55 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-09-11 19:53:55 (GMT)
commit51f054e7778aa49f72436d9b489ef60c58401cc3 (patch)
tree703df7a8adf26d9adcf4048cabe7029214d22bee /data
parentfaa4c978885ceacfb75b0088e8c5a362a41794f6 (diff)
downloadfluxbox-51f054e7778aa49f72436d9b489ef60c58401cc3.zip
fluxbox-51f054e7778aa49f72436d9b489ef60c58401cc3.tar.bz2
added '(workspace=[current])' to our default keys
commit 882a50fe1d4930b156965c54d9b66ecb27b4c9b2 removed the hardcoded limit to cycle to windows on other workspaces, though it was and IS a good default behaviour. if users do not want this (they want to cycle to windows on other workspaces), they should explicitly avoid '(workspace=[current])' in their keysfile.
Diffstat (limited to 'data')
-rw-r--r--data/keys4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/keys b/data/keys
index 7e2557c..0567d04 100644
--- a/data/keys
+++ b/data/keys
@@ -39,8 +39,8 @@ OnTitlebar Mouse2 :Lower
39OnTitlebar Mouse3 :WindowMenu 39OnTitlebar Mouse3 :WindowMenu
40 40
41# alt-tab 41# alt-tab
42Mod1 Tab :NextWindow {groups} 42Mod1 Tab :NextWindow {groups} (workspace=[current])
43Mod1 Shift Tab :PrevWindow {groups} 43Mod1 Shift Tab :PrevWindow {groups} (workspace=[current])
44 44
45# cycle through tabs in the current window 45# cycle through tabs in the current window
46Mod4 Tab :NextTab 46Mod4 Tab :NextTab