{"id":13618605,"url":"https://github.com/bgutter/swm-grid","last_synced_at":"2026-03-18T21:22:00.665Z","repository":{"id":43391834,"uuid":"181640346","full_name":"bgutter/swm-grid","owner":"bgutter","description":"StumpWM Desktop Grid package.","archived":false,"fork":false,"pushed_at":"2019-04-17T07:15:38.000Z","size":3649,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T01:50:03.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bgutter.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-16T07:45:00.000Z","updated_at":"2023-08-18T18:42:46.000Z","dependencies_parsed_at":"2022-07-07T23:20:50.258Z","dependency_job_id":null,"html_url":"https://github.com/bgutter/swm-grid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgutter%2Fswm-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgutter%2Fswm-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgutter%2Fswm-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgutter%2Fswm-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bgutter","download_url":"https://codeload.github.com/bgutter/swm-grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324266,"owners_count":20273098,"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-08-01T21:00:27.250Z","updated_at":"2026-01-27T21:43:20.575Z","avatar_url":"https://github.com/bgutter.png","language":"Common Lisp","funding_links":[],"categories":["Modules"],"sub_categories":[],"readme":"#+TITLE: swm-grid\n\n[[./example.gif]]\n\nNavigate groups (desktops) in StumpWM as a physical grid. Displays\ndesktop grid as a message, with the current group highlighted, while\nnavigating.\n\n* Installation \u0026 Quickstart\n\nIn your config.lisp:\n\n#+BEGIN_SRC common-lisp\n(stumpwm:add-to-load-path \"/path/to/cloned/swm-grid/\")\n(stumpwm:load-module \"swm-grid\")\n\n(swm-grid:create-groups)\n\n(stumpwm:define-key stumpwm:*top-map* (stumpwm:kbd \"C-M-Right\") \"right-group\")\n(stumpwm:define-key stumpwm:*top-map* (stumpwm:kbd \"C-M-Left\")  \"left-group\")\n(stumpwm:define-key stumpwm:*top-map* (stumpwm:kbd \"C-M-Down\")  \"down-group\")\n(stumpwm:define-key stumpwm:*top-map* (stumpwm:kbd \"C-M-Up\")    \"up-group\")\n#+END_SRC\n\n* Exported Symbols\n\n| Name              | Description                                                                                   |\n|-------------------+-----------------------------------------------------------------------------------------------|\n| =*width*=         | Width of the grid, in groups (desktops)                                                       |\n| =*height*=        | Height of the grid, in groups (desktops)                                                      |\n| =*default-group*= | Index of the default group. Will be selected after group creation.                            |\n| =create-groups=   | Call once at startup, after setting variables. Creates enough empty groups to fill the grid.  |\n| =DIRECTION-group= | ...where DIRECTION is left, right, up, or down. Navigate to the group in the given direction. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgutter%2Fswm-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgutter%2Fswm-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgutter%2Fswm-grid/lists"}