{"id":21806846,"url":"https://github.com/roguh/i3empty","last_synced_at":"2025-04-13T20:23:09.562Z","repository":{"id":47213426,"uuid":"135607072","full_name":"roguh/i3empty","owner":"roguh","description":"Quickly switch to a new numbered workspace. Utility for the i3 window manager.","archived":false,"fork":false,"pushed_at":"2021-09-08T05:30:45.000Z","size":6,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-02-27T21:36:30.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roguh.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-31T16:08:50.000Z","updated_at":"2022-12-07T17:39:11.000Z","dependencies_parsed_at":"2022-09-01T00:22:14.559Z","dependency_job_id":null,"html_url":"https://github.com/roguh/i3empty","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roguh%2Fi3empty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roguh%2Fi3empty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roguh%2Fi3empty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roguh%2Fi3empty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roguh","download_url":"https://codeload.github.com/roguh/i3empty/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226749269,"owners_count":17675808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T12:30:31.083Z","updated_at":"2024-11-27T12:30:31.931Z","avatar_url":"https://github.com/roguh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# i3empty\n\nQuickly switch to a new numbered workspace.\n\n## i3 config\n\nPlace these lines in your i3 config for wrap-around switching:\n\n```\n# Move to a new empty workspace\nbindsym $mod+Ctrl+Left exec --no-startup-id i3empty.py prev\nbindsym $mod+Ctrl+Right exec --no-startup-id i3empty.py next\n\n# Move a window to a new empty workspace\nbindsym $mod+Shift+Ctrl+Left exec --no-startup-id i3empty.py --move prev\nbindsym $mod+Shift+Ctrl+Right exec --no-startup-id i3empty.py --move next\n\n# Move to empty workspace near a given workspace\nbindsym $mod+Mod1+1 exec --no-startup-id i3empty.py next 1\nbindsym $mod+Mod1+2 exec --no-startup-id i3empty.py next 2\nbindsym $mod+Mod1+3 exec --no-startup-id i3empty.py next 3\nbindsym $mod+Mod1+4 exec --no-startup-id i3empty.py next 4\nbindsym $mod+Mod1+5 exec --no-startup-id i3empty.py next 5\nbindsym $mod+Mod1+6 exec --no-startup-id i3empty.py next 6\nbindsym $mod+Mod1+7 exec --no-startup-id i3empty.py next 7\nbindsym $mod+Mod1+8 exec --no-startup-id i3empty.py next 8\nbindsym $mod+Mod1+9 exec --no-startup-id i3empty.py next 9\nbindsym $mod+Mod1+0 exec --no-startup-id i3empty.py next 10 \n```\n\n## Usage\n\nRun `i3empty.py next` or `i3empty.py prev`.\n\n```\nusage: i3empty.py [-h] [-r] [-w] [-s] [-m] [direction] [number]\n\nSwitch to an empty numbered workspace.\n\npositional arguments:\n  direction       either next (default) or prev\n  number          workspace to start searching from (default: current)\n\noptional arguments:\n  -h, --help      show this help message and exit\n  -r, --relative  use workspace indices, not numbers (default: no)\n  -w, --nowrap    if at edge, wrap around to other edge (default: yes)\n  -s, --nostrict  numbered workspaces have a numeric name (default: yes)\n  -m, --move      move container to new workspace (default: no)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froguh%2Fi3empty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froguh%2Fi3empty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froguh%2Fi3empty/lists"}