summaryrefslogtreecommitdiffstats
path: root/core/modules/xfwm/module.conf
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-21 12:57:17 +0200
committerSimon Rettberg2020-08-21 12:57:17 +0200
commit687a5c0434b114973635cabb723d07c6d195a9d9 (patch)
tree848a8f846fc785e55d661cb009ca80e59b165e16 /core/modules/xfwm/module.conf
parent[run-virt/vmware-common] Switch to xfwm4 for dual-screen (diff)
downloadmltk-687a5c0434b114973635cabb723d07c6d195a9d9.tar.gz
mltk-687a5c0434b114973635cabb723d07c6d195a9d9.tar.xz
mltk-687a5c0434b114973635cabb723d07c6d195a9d9.zip
[xfwm] Add module
Diffstat (limited to 'core/modules/xfwm/module.conf')
-rw-r--r--core/modules/xfwm/module.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/modules/xfwm/module.conf b/core/modules/xfwm/module.conf
new file mode 100644
index 00000000..95a557ea
--- /dev/null
+++ b/core/modules/xfwm/module.conf
@@ -0,0 +1,11 @@
+#!/bin/bash
+REQUIRED_BINARIES="
+ xfwm4
+"
+REQUIRED_FILES="
+ /usr/share/xfwm4/defaults
+"
+
+REQUIRED_DIRECTORIES="
+ /usr/share/themes/Default/xfwm4
+"