{"id":33129881,"url":"https://github.com/jasonmxyz/sxwm","last_synced_at":"2025-11-20T02:01:18.526Z","repository":{"id":203291958,"uuid":"363509483","full_name":"jasonmxyz/sxwm","owner":"jasonmxyz","description":"Superior X Window Manager","archived":false,"fork":false,"pushed_at":"2022-04-08T12:55:29.000Z","size":336,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-11T09:33:42.100Z","etag":null,"topics":["c","window-manager","x11"],"latest_commit_sha":null,"homepage":"","language":"C","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/jasonmxyz.png","metadata":{"files":{"readme":"README.md","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,"governance":null}},"created_at":"2021-05-01T21:21:11.000Z","updated_at":"2022-11-07T08:18:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"66d3f58c-d61f-453e-b132-2196b75796bb","html_url":"https://github.com/jasonmxyz/sxwm","commit_stats":null,"previous_names":["jasonmxyz/sxwm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jasonmxyz/sxwm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonmxyz%2Fsxwm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonmxyz%2Fsxwm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonmxyz%2Fsxwm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonmxyz%2Fsxwm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonmxyz","download_url":"https://codeload.github.com/jasonmxyz/sxwm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonmxyz%2Fsxwm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285359022,"owners_count":27158216,"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","status":"online","status_checked_at":"2025-11-20T02:00:05.334Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c","window-manager","x11"],"created_at":"2025-11-15T09:00:29.614Z","updated_at":"2025-11-20T02:01:18.512Z","avatar_url":"https://github.com/jasonmxyz.png","language":"C","funding_links":[],"categories":["Packages"],"sub_categories":["window-managers"],"readme":"# SXWM: Superior X Window Manager\n\nSXWM is a window manager for X inspired by DWM, i3, and other tiling window\nmanagers. Windows are assigned to tags, and are automatically arranged on the\nscreen in a stacked layout making the most of your monitor. SXWM is easily\nconfigurable in the config file and is designed to be as extensible as\npossible.\n\nCreated by [Jason Moore](https://github.com/jasonmxyz/)\n\n## Building\n\nThe required build tools are: `gcc`, `make`\nYou will also require the necessary libraries `glibc`, `libx11`, `xorgproto`\n\n    make sxwm\n\tmake sxwmbar\n\n## Usage\n\nYou can test SXWM using make by running\n\n    make test\n\nIf you're feeling brave you can add SXWM to your `.xinitrc` and see just how\nunfinished it is.\n\n    sxwm [--help] [--config \u003c/path/to/config\u003e]\n\n## Configuration\n\nSXWM is capable of reading from a config file specified as a command line\nargument. Use the `-c` or `--config` command line option to specify a\nconfiguration file. There is an example config file in `share/defaultconfig`\nwhich you could use as a start. It shows off the commands available.\n\n    sxwm -c ./share/defaultconfig\n\tsxwm --config=./share/defaultconfig\n\nComments in the configuration file are denoted with `#` symbols.\n\n    # This line is a comment\n\trun some program\t# This is a comment at the end of a line\n\nBind a key combination to an internal function with the `bind` operation.\n\n    bind    win+1        selectTag 1\n\tbind    win+shift+q  exit\n\nUse the `run` and `start` operations to execute another program in the same or\nin a new session.\n\n    run   ./sxwmbar        # Will stop running when you close SXWM\n\tstart another program  # Will continue running after SXWM finishes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonmxyz%2Fsxwm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonmxyz%2Fsxwm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonmxyz%2Fsxwm/lists"}