qusal/salt/utils/tools/xfce/README.md
Ben Grande a67c6c6815
fix: receive Xfce configuration from dotfiles
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
2025-02-27 11:47:57 +01:00

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.