Skip to content

Release 2.0.13

Compare
Choose a tag to compare
@widavies widavies released this 07 Feb 23:43
· 9 commits to main since this release
  • Add flag for following windows when moving to a new desktop
  • This release requires a configuration change!:
{
  "toggle-groups": [
    {
      "shortcut": "alt+w",
      "desktops": [ 1, 5, 6 ]
    }
  ],
  "jump-current-goes-to-last": false,
  "move-window-to": [
    {
      "shortcut": "alt+shift+d1",
      "desktop": 1,
      "follow": true
    },
    {
      "shortcut": "alt+shift+d2",
      "desktop": 2,
      "follow": true
    },
    {
      "shortcut": "alt+shift+d3",
      "desktop": 3,
      "follow": true
    },
    {
      "shortcut": "alt+shift+d4",
      "desktop": 4,
      "follow": true
    }
  ],
  "change-desktops-with-scroll": false,
  "jump-to": [
    {
      "shortcut": "alt+d1",
      "desktop": 1
    },
    {
      "shortcut": "alt+d2",
      "desktop": 2
    },
    {
      "shortcut": "alt+d3",
      "desktop": 3
    },
    {
      "shortcut": "alt+d4",
      "desktop": 4
    },
    {
      "shortcut": "alt+d5",
      "desktop": 5
    },
    {
      "shortcut": "alt+d6",
      "desktop": 6
    },
    {
      "shortcut": "alt+d7",
      "desktop": 7
    },
    {
      "shortcut": "alt+d8",
      "desktop": 8
    },
    {
      "shortcut": "alt+d9",
      "desktop": 9
    },
    {
      "shortcut": "alt+d0",
      "desktop": 10
    }
  ]
}