https://github.com/whatacold/qtile-vagrant
A Vagrant box for playing Qtile
https://github.com/whatacold/qtile-vagrant
Last synced: about 2 months ago
JSON representation
A Vagrant box for playing Qtile
- Host: GitHub
- URL: https://github.com/whatacold/qtile-vagrant
- Owner: whatacold
- Created: 2020-01-04T04:20:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T04:20:47.000Z (over 5 years ago)
- Last Synced: 2025-01-31T09:28:41.460Z (4 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a vagrant box for playing [Qtile](https://github.com/qtile/qtile) based on Fedora Cloud with Basic Desktop, including:
- LightDM
- Various window managers including Qtile, i3, etc.
Choose your favorite WM on the upper-right corner of the screen when logging in, if Qtile is not your type.
# Files not synchronized in Vagrant?
1. Change the type of `synced_foleder` to `rsync`
The result should be:
$ ag synced ~/.vagrant.d/boxes/fedora-VAGRANTSLASH-Fedora-Cloud-Base-Vagrant-30
/home/hgw/.vagrant.d/boxes/fedora-VAGRANTSLASH-Fedora-Cloud-Base-Vagrant-30/0/virtualbox/Vagrantfile
3: config.vm.synced_folder ".", "/vagrant", type: "rsync"2. Sync files by running `vagrant rsync` or `vagrant rsync-auto`