Skip to content

A simple script to make debugging window manager easier

License

Notifications You must be signed in to change notification settings

ODEX-TOS/wm-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

WM-DEBUG

debugging script to make editing window managers easier for tos

Contributors Forks Stargazers Issues MIT License

This repo contains scripts that makes debugging window managers a bit more easy.


Logo

WM-DEBUG

Easily debug window managers when working on them (Build for TOS)
Explore the docs »

View Demo · Report Bug · Request Feature

Installation

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

Usage example

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.

Release History

  • 0.0.1
    • Initial start

Meta

F0xedb – tom@odex.be

Distributed under the MIT license. See LICENSE for more information.

https://github.com/F0xedb/wm-debug

Contributing

  1. Fork it (https://github.com/F0xedb/wm-debug/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

A simple script to make debugging window manager easier

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages