Implement moving windows to other workspaces

This commit is contained in:
Michael Stapelberg
2009-03-04 08:59:03 +01:00
parent 6653c3a686
commit 3911d18982
4 changed files with 78 additions and 3 deletions

View File

@ -147,6 +147,11 @@ bind Mod1+Shift+46 mk
bind Mod1+Shift+47 ml
# Workspaces
bind Mod1+10 1
bind Mod1+11 2
...
# Move to Workspace
bind Mod1+Shift+10 1
bind Mod1+Shift+11 2
...
-------------------------------------------------------------