mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-24 17:19:23 -04:00

The run-terminal program is not Qubes or Qusal specific and even could be in the dotfiles, but Xfce helpers.rc depends on it to get any available application. For: https://github.com/ben-grande/dotfiles/pull/1
38 lines
582 B
Markdown
38 lines
582 B
Markdown
# xfce
|
|
|
|
Xfce environment in Qubes OS.
|
|
|
|
## Table of Contents
|
|
|
|
* [Description](#description)
|
|
* [Installation](#installation)
|
|
* [Usage](#usage)
|
|
|
|
## Description
|
|
|
|
Configure Xfce.
|
|
|
|
## Installation
|
|
|
|
* Top:
|
|
|
|
```sh
|
|
sudo qubesctl top.enable utils.tools.xfce
|
|
sudo qubesctl --targets=TARGET state.apply
|
|
sudo qubesctl top.disable utils.tools.xfce
|
|
```
|
|
|
|
* State:
|
|
|
|
<!-- pkg:begin:post-install -->
|
|
|
|
```sh
|
|
sudo qubesctl --skip-dom0 --targets=TEMPLATEVMS,APPVMS state.apply utils.tools.xfce
|
|
```
|
|
|
|
<!-- pkg:end:post-install -->
|
|
|
|
## Usage
|
|
|
|
Standard Xfce usage. No extra configuration required.
|