diff options
-rw-r--r-- | manifests/utils/interface.pp | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index 109d539..8a67557 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -62,9 +62,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console { 'compton', 'xzoom', 'xautomation', - 'gtk-theme-switch', - 'gtk-smooth-themes', - 'lxappearance', + 'wmctrl', 'pcmanfm', 'metar', @@ -74,6 +72,17 @@ class nodo::utils::interface inherits nodo::utils::interface::console { 'xterm', 'eterm', 'gnome-terminal', + + # Check https://wiki.archlinux.org/title/GTK + # https://wiki.gnome.org/Apps/DconfEditor + 'gtk-theme-switch', + 'gtk-smooth-themes', + 'dconf-editor', + 'lxappearance', + + # xsettingsd is a daemon that implements the XSETTINGS specification. + # https://codeberg.org/derat/xsettingsd + 'xsettingsd', ]: ensure => absent, } |