cortl0 / stwm

soft/simple tiling window manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stwm

soft/simple tiling window manager
for Linux using hotkeys

installation

mkdir ~/bin
cp stwm ~/bin/stwm

requirements

xdotool
installation:

<your package manager> install xdotool

recomended hotkeys with commands

<super>+<left>   ~/bin/stwm move left
<super>+<right>  ~/bin/stwm move right
<super>+<up>     ~/bin/stwm move up
<super>+<down>   ~/bin/stwm move down
<alt>+<left>     ~/bin/stwm resize left
<alt>+<right>    ~/bin/stwm resize right
<alt>+<up>       ~/bin/stwm resize up
<alt>+<down>     ~/bin/stwm resize down

Youtube

Watch the video

Author

Ilya Shishkin
mailto: cortl@8iter.ru

License

This project is licensed under the GPL v3.0 - see the LICENSE file for details

About

soft/simple tiling window manager

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%