Vasak is a desktop service that provides a simple way to manage your desktop (DBUS and Python Scripts). It is written in Python and uses GTK+ and DBUS. It is designed to be simple and easy to use.
- DBUS Service
- Python Scripts
- Windows Change Data
- Simple and easy to use
- python
- python-gobject
- python-dbus
- gnome-menus
- libwnck3
- libxkbcommon-x11
To start Vasak Desktop Service, run the following steps:
- Clone the repository
git clone [email protected]:Vasak-OS/vasak-desktop-service.git
- Move to the directory
cd vasak-desktop-service
- Start
python main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
- Fork it
- Create your feature branch
git checkout -b feature/my-new-feature
- Commit your changes
git commit -am 'Add some my-new-feature'
- Push to the branch
git push origin feature/my-new-feature
- Create a new Pull Request