Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyas-a-s/debian-qtile
Install script for customised Qtile window manager on debian
https://github.com/shreyas-a-s/debian-qtile
debian qtile qtile-config windowmanagers
Last synced: about 1 month ago
JSON representation
Install script for customised Qtile window manager on debian
- Host: GitHub
- URL: https://github.com/shreyas-a-s/debian-qtile
- Owner: shreyas-a-s
- License: gpl-3.0
- Created: 2023-06-27T20:31:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T19:48:24.000Z (over 1 year ago)
- Last Synced: 2024-11-14T18:47:41.374Z (3 months ago)
- Topics: debian, qtile, qtile-config, windowmanagers
- Language: Python
- Homepage:
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Debian-Qtile
Install script for my customised Qtile window manager install on debian## Screenshots
| ![qtile-login-screen.png](https://github.com/shreyasastech/debian-qtile/assets/137637016/d687aa93-42c8-4006-a142-fefbceb32d4d) |
|:--:|
| *Login Screen (wallpaper not included)* || ![qtile-plain.png](https://github.com/shreyasastech/debian-qtile/assets/137637016/032b3f5c-0611-4830-8ead-1826efb8db0c) |
|:--:|
| *This install script only* || ![qtile-with-customisation.png](https://github.com/shreyasastech/debian-qtile/assets/137637016/d4dfd78a-8afc-47a4-8c88-56e79d4a01ca) |
|:--:|
| *This install script + My [debian customisation script](https://github.com/ShreyasASTech/debian-customisation)* |## Installation
Execute install.sh as **normal user** from a terminal:
```bash
git clone https://github.com/shreyas-a-s/debian-qtile.git
cd debian-qtile/
.install.sh
```For those who would like a single-line command:
```bash
git clone https://github.com/shreyas-a-s/debian-qtile.git && cd debian-qtile/ && ./install.sh
```