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: 3 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T19:48:24.000Z (over 1 year ago)
- Last Synced: 2024-12-29T04:32:52.340Z (5 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
|  |
|:--:|
| *Login Screen (wallpaper not included)* ||  |
|:--:|
| *This install script only* ||  |
|:--:|
| *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
```