qpwm
๐
It's small floating window manager from not a programmer
๐ช
Some features - Floating only.
- Fullscreen toggle.
- Window centering.
- Mix of mouse and keyboard workflow.
- Focus with cursor.
๐งโ๐ป
Dependencies for build xlib
(usuallylibX11
).gcc
(for compile)make
(for make)
Installation of dependencies
(like Ubuntu or mint)
for Debian based sudo apt install gcc make libx11-dev git
(like Manjaro or EndeavourOS)
for Arch based sudo pacman -Sy gcc make libx11 git
(like Fedora or OpenSUSE)
for RPM based sudo dnf install gcc make libX11-devel git
sudo zypper install gcc make libX11-devel git
๐ต๏ธโโ๏ธ
Installation of qpwm git clone https://github.com/ssleert/qpwm.git
cd qpwm
sudo make clean install
๐
How to configure? make
in qpwm dir
Type config.h
file in your text editor. And configure!
โก
Next open
๐
Running qpwm .xinitrc
:
Add this to 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
๐พ
Default Keybindings 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 |
Thanks!
Person | Action |
---|---|
xZecora | some fixes |
OpenSky | screenshots |
justleoo | fix readme |