Skip to content

Instantly share code, notes, and snippets.

@thekitp
Forked from magujs/i3-config-move_workspace
Created February 8, 2019 05:24
Show Gist options
  • Save thekitp/4cc21f2523f0a0a3d604ccf580213c59 to your computer and use it in GitHub Desktop.
Save thekitp/4cc21f2523f0a0a3d604ccf580213c59 to your computer and use it in GitHub Desktop.

Revisions

  1. @magujs magujs revised this gist Sep 19, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion i3-config-move_workspace
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # move a workspace to another monitor (multi monitor setup)
    # 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
  2. @magujs magujs created this gist Sep 19, 2015.
    11 changes: 11 additions & 0 deletions i3-config-move_workspace
    Original 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"