EndeavourOS-Community-Editions / qtile

setup for Qtile EOS-CE
GNU General Public License v3.0
57 stars 25 forks source link

QTile Setup and Theme for EndeavourOS

QTile EndeavourOS Community Edition


Installation:

Install Script

  1. Clone the repo:
git clone https://github.com/EndeavourOS-Community-Editions/qtile

cd qtile
  1. Run the installation script:
./setup.sh

Manual Installation

Important: Don't forget to backup your current configuration files

  1. Clone the repo:
git clone https://github.com/EndeavourOS-Community-Editions/qtile

cd qtile
  1. Copy the configuration files:
cp -R .config ~
cp .Xresources ~
cp .gtkrc-2.0 ~
  1. Install the required packages:
sudo pacman -Syu --needed - < packages-repository.txt
  1. Enable Login Manager (SDDM):
sudo systemctl enable sddm.service
sudo systemctl start sddm.service

Screenshots:

screenshot_1 screenshot_2

Keybindings:

Switch Between Windows

Moving Windows

Resizing Windows

Layouts

Utility

Volume

Groups

Mouse


Contributions are Welcome!

Project needs maintainers