- Floating only.
- Fullscreen toggle.
- Window centering.
- Mix of mouse and keyboard workflow.
- Focus with cursor.
xlib
(usuallylibX11
).gcc
(for compile)make
(for make)
sudo apt install gcc make libx11-dev git
sudo pacman -Sy gcc make libx11 git
sudo dnf install gcc make libX11-devel git
sudo zypper install gcc make libX11-devel git
git clone https://github.com/ssleert/qpwm.git
cd qpwm
sudo make clean install
exec qpwm
If you use GDM
, SDDM
, LightDM
ΠΎr anything other display manager π€
Add this to /usr/share/xsessions/qpwm.desktop
:
[Desktop Entry]
Name=qpwm
Comment=This session runs qpwm as window manager
Exec=qpwm
Type=Application
Window Management
combo | action |
---|---|
Mouse |
focus under cursor |
win + Left Mouse |
move window |
win + Right Mouse |
resize window |
win + f |
maximize toggle |
win + c |
center window |
win + q |
kill window |
win + 1-6 |
desktop swap |
win + Shift +1-6 |
send window to desktop |
win + return (enter) |
open terminal (st) |
ALT + TAB . |
focus cycle |
Person | Action |
---|---|
xZecora | some fixes |
OpenSky | screenshots |
justleoo | fix readme |