This repository contains examples of Qubesome profiles, covering window
managers: i3
and awesomewm
.
go install github.com/qubesome/cli/cmd/qubesome@latest
Start one of the two profiles (i3
or awesome
):
qubesome start -git https://github.com/qubesome/sample-dotfiles <PROFILE>
NOTE: Press
Ctrl
+Shift
to key and mouse grab in and out of the Qubesome profiles.
NOTE 2: Each profile has a different
display
set in qubesome.config, therefore their clipboards are isolated between themselves and the host. To transfer clipboards between profiles usequbesome clipboard
.
Check whether dependency requirements are met:
qubesome deps show
Use a local copy, and if not found fallback to a fresh clone:
qubesome start -git https://github.com/qubesome/sample-dotfiles -local <local_git_path> <profile>
Copy clipboard from host to the i3 profile:
qubesome clipboard --from-host i3
For more information on Qubesome usage, please refer to qubesome/cli.
The theme dotfiles used for these examples are based of:
https://github.com/Keyitdev/dotfiles/tree/v3
https://github.com/WillPower3309/awesome-dotfiles
This repository is licensed under Apache 2.0. All themes used and their configurations have a license of their own, which can be found at their respective Git repositories.