├── LICENSE ├── README.md ├── autorestart.sh ├── autostart.sh ├── config.py ├── installscript-arch.sh ├── installscript-debian.sh └── screens ├── qtilechameleon1.png └── screens.gif /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DioptricDesign/qtile-chameleon/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DioptricDesign/qtile-chameleon/HEAD/README.md -------------------------------------------------------------------------------- /autorestart.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | xsetroot -cursor_name left_ptr 3 | -------------------------------------------------------------------------------- /autostart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DioptricDesign/qtile-chameleon/HEAD/autostart.sh -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DioptricDesign/qtile-chameleon/HEAD/config.py -------------------------------------------------------------------------------- /installscript-arch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DioptricDesign/qtile-chameleon/HEAD/installscript-arch.sh -------------------------------------------------------------------------------- /installscript-debian.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DioptricDesign/qtile-chameleon/HEAD/installscript-debian.sh -------------------------------------------------------------------------------- /screens/qtilechameleon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DioptricDesign/qtile-chameleon/HEAD/screens/qtilechameleon1.png -------------------------------------------------------------------------------- /screens/screens.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DioptricDesign/qtile-chameleon/HEAD/screens/screens.gif --------------------------------------------------------------------------------