use Win+Shift to send windows to next head to match Windows keybindings

This commit is contained in:
Josh Holtrop 2015-05-26 14:14:44 -04:00
parent a5aadbc0fd
commit 86bb01b471

4
keys
View File

@ -96,8 +96,8 @@ Mod4 Left :MacroCmd {ResizeTo 50% 100%} {MoveTo 0 0 UpperLeft}
Mod4 Right :MacroCmd {ResizeTo 50% 100%} {MoveTo 0 0 UpperRight} Mod4 Right :MacroCmd {ResizeTo 50% 100%} {MoveTo 0 0 UpperRight}
Mod4 Up :Maximize Mod4 Up :Maximize
Mod4 Down :Minimize Mod4 Down :Minimize
Control Mod4 Left :SendToPrevHead Shift Mod4 Left :SendToPrevHead
Control Mod4 Right :SendToNextHead Shift Mod4 Right :SendToNextHead
# send the current window to previous/next workspace # send the current window to previous/next workspace
#Mod4 Left :SendToPrevWorkspace #Mod4 Left :SendToPrevWorkspace