Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zukigay/zukidisplay
a simple displaty manager type thing in python
https://github.com/zukigay/zukidisplay
sx wayland xinit xorg
Last synced: 16 days ago
JSON representation
a simple displaty manager type thing in python
- Host: GitHub
- URL: https://github.com/zukigay/zukidisplay
- Owner: zukigay
- Created: 2022-06-14T15:39:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T19:26:59.000Z (over 2 years ago)
- Last Synced: 2024-10-13T07:01:31.307Z (26 days ago)
- Topics: sx, wayland, xinit, xorg
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zdm.py
a python scripthow it works
that looks in $HOME/.config/zdm/ and $HOME/.config/zdm/way/
for shell scripts lists them out and scripts in $HOME/.config/zdm/
when seleced it runs with sx or xinit with -x flag eg "sx sh script" and if there in $HOME/.config/zdm/way/
it runs "sh script" for waylandhow to use
make the following dirs
$HOME/.config/zdm/
$HOME/.config/zdm/way/
then place scripts to run i3 or other xorg wm in the $HOME/.config/zdm/ folder
and if you use wayland place scripts to run wayland wm in $HOME/.config/zdm/way/# zxdm.py
a python script that does the same as zdm.py but without wayland option and wayland cli flags
# zxdm
a shell script that lists files in $HOME/.config/zdm/
then runs with with sx