-
-
Save thekitp/4cc21f2523f0a0a3d604ccf580213c59 to your computer and use it in GitHub Desktop.
Revisions
-
magujs revised this gist
Sep 19, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # i3 move a workspace to another monitor (multi monitor setup) mode "move_workspace" { bindsym Up move workspace to output up bindsym Down move workspace to output down -
magujs created this gist
Sep 19, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # move a workspace to another monitor (multi monitor setup) mode "move_workspace" { bindsym Up move workspace to output up bindsym Down move workspace to output down bindsym Left move workspace to output left bindsym Up move workspace to output up bindsym Escape mode "default" } bindsym $mod+o mode "move_workspace"