mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-03 19:54:12 -04:00
fix: thunar requires xfce helpers to find terminal
This commit is contained in:
parent
c08b39decc
commit
b5d7371f93
13 changed files with 68 additions and 4 deletions
14
salt/browser/configure.sls
Normal file
14
salt/browser/configure.sls
Normal file
|
@ -0,0 +1,14 @@
|
|||
{#
|
||||
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#}
|
||||
|
||||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- dotfiles.copy-sh
|
||||
- dotfiles.copy-x11
|
||||
- dotfiles.copy-xfce
|
||||
|
||||
{% endif -%}
|
Loading…
Add table
Add a link
Reference in a new issue