{"id":26755064,"url":"https://github.com/cpscript/window_manager","last_synced_at":"2025-03-28T14:18:09.342Z","repository":{"id":282300760,"uuid":"875179863","full_name":"CPScript/Window_Manager","owner":"CPScript","description":"A basic Window Manager made fully in rust","archived":false,"fork":false,"pushed_at":"2024-10-19T12:12:26.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T01:17:45.188Z","etag":null,"topics":["basic","rust","window-manager","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/CPScript.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-19T09:56:42.000Z","updated_at":"2025-02-10T00:16:45.000Z","dependencies_parsed_at":"2025-03-13T21:16:26.072Z","dependency_job_id":"5550ca91-884f-4fe2-911c-e1f52591230c","html_url":"https://github.com/CPScript/Window_Manager","commit_stats":null,"previous_names":["cpscript/window_manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPScript%2FWindow_Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPScript%2FWindow_Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPScript%2FWindow_Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPScript%2FWindow_Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CPScript","download_url":"https://codeload.github.com/CPScript/Window_Manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246042012,"owners_count":20714148,"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":["basic","rust","window-manager","windows"],"created_at":"2025-03-28T14:18:08.669Z","updated_at":"2025-03-28T14:18:09.331Z","avatar_url":"https://github.com/CPScript.png","language":"Rust","readme":"can be improved via adding:\n\n```\n1. Expanding Task Management: Add features for managing tasks, like killing processes or prioritizing them.\n2. Improving Network Features: Add additional networking capabilities, such as posting data or handling websockets.\n3. User Interface: Make a more user-friendly interface for managing tasks and networking directly from the window manager.\n4. Configuration Management: Add a configuration system to allow users to customize settings.\n```\n\n---\n\n### Features\n* **Window Management**: Create and manage a simple X11 window.\n* **Task Management**: List current processes running on the system.\n* **Network Management**: Fetch data from a specified URL asynchronously.\n\n## Get started\n* **Rust**: HAVE RIST INSTALLED... you have Rust installed.\n* **X11 Libraries**: Make sure to install the necessary development libraries for X11:\n```\nsudo apt install libx11-dev\n```\n* **Network Access**: Ensure that you have network access to perform HTTP requests.\n\n### Clone the Repository\n```\ngit clone https://github.com/CPScript/Rust_Window_Manager.git\ncd Rust_Window_Manager\n```\n\n### Build\n* **Compile** the repo using Cargo:\n```\ncargo build\n```\n\n### Execute the repo\n* **To run the repo** with X11 forwarding, use the following command (ensure you are connected via SSH with X11 forwarding enabled):\n```\nssh -X username@host \"cd \u003cPath-to\u003e/Rust_Window_Manager \u0026\u0026 cargo run\"\n```\n\n### Output\n* **When the repo runs**, it will display a window and print the current tasks in the terminal, as well as fetch data from a specified URL.\n\n---\n\n## Structure\n\n```\nsimple_window_manager/\n├── Cargo.toml            # Project configuration and dependencies\n└── src                   # Source code\n    ├── main.rs           # Entry point for the application\n    ├── lib.rs            # Library file declaring modules\n    ├── window             # Module for window management\n    │   ├── mod.rs        # Module declaration\n    │   └── manager.rs    # WindowManager implementation\n    ├── task              # Module for task management\n    │   ├── mod.rs        # Module declaration\n    │   └── manager.rs    # TaskManager implementation\n    └── network           # Module for network operations\n        ├── mod.rs        # Module declaration\n        └── manager.rs    # NetworkManager implementation\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpscript%2Fwindow_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpscript%2Fwindow_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpscript%2Fwindow_manager/lists"}