QTile Setup and Theme for EndeavourOS
QTile EndeavourOS Community Edition
Installation:
Install Script
- Clone the repo:
git clone https://github.com/EndeavourOS-Community-Editions/qtile
cd qtile
- Run the installation script:
./setup.sh
Manual Installation
Important: Don't forget to backup your current configuration files
- Clone the repo:
git clone https://github.com/EndeavourOS-Community-Editions/qtile
cd qtile
- Copy the configuration files:
cp -R .config ~
cp .Xresources ~
cp .gtkrc-2.0 ~
- Install the required packages:
sudo pacman -Syu --needed - < packages-repository.txt
- Enable Login Manager (SDDM):
sudo systemctl enable sddm.service
sudo systemctl start sddm.service
Screenshots:
Keybindings:
Switch Between Windows
- Move focus to left: MOD+h
- Move focus to right: MOD+l
- Move focus to down: MOD+j
- Move focus to up: MOD+k
- Move window focus to other window: MOD+SPACE
Moving Windows
- Move window to left: MOD+SHIFT+h
- Move window to right: MOD+SHIFT+l
- Move window to down: MOD+SHIFT+j
- Move window to up: MOD+SHIFT+k
Resizing Windows
- Grow: MOD+CTRL+h
- Shrink: MOD+CTRL+l
- Reset: MOD+n
Layouts
- Next layout: MOD+TAB
- Flip Layout: MOD+CTRL+SPACE
Utility
-
Kill focused Window: MOD+w
-
Restart QTile: MOD+CTRL+r
-
Shutdown QTile: MOD+CTRL+q
-
Launch terminal: MOD+RETURN
-
Spawn Rofi: MOD+r
Volume
- Raise Volume: XF86AudioRaiseVolume
- Lower Volume: XF86AudioLowerVolume
- Mute: XF86AudioMute
Groups
- Next Group: MOD+RIGHT
- Previous Group: MOD+LEFT
- Switch to Group {i}: MOD+i
- Switch to & move focused window to Group {i}: MOD+SHIFT+i
Mouse
- Move floating windows: MOD+Mouse:Button1
- Change floating window size: MOD+Mouse:Button3
- Bring to floating window to front: MOD+Mouse:Button2
Contributions are Welcome!
Project needs maintainers