debugging script to make editing window managers easier for tos
This repo contains scripts that makes debugging window managers a bit more easy.
Easily debug window managers when working on them (Build for TOS)
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
We have a few dependencies. The script will complain if they are not installed. Here is a short list:
- Xephyr
- awesomeWM
To install them use the following
# Install on arch
pacman -Syu xorg-server-xephyr
pacman -Syu awesome
# or if you are on tos (or have the tos repo's)
pacman -Syu awesome-tos
Here is a short and easy list of commands you can use with this script.
Help menu
./launch.sh -h
# or
./launch.sh --help
Set the screen resolution of the window
./launch -r 1920x1080
./launch --resolution 1920x1080
Set the display to use
./launch.sh -d :1
./launch.sh --display :1
# or another display
./launch.sh -d :2
./launch.sh --display :2
only use the display setting if your script isn't being launched
For more examples and usage, please refer to the Documentation.
- 0.0.1
- Initial start
F0xedb – tom@odex.be
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/F0xedb/wm-debug
- Fork it (https://github.com/F0xedb/wm-debug/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request