summarylogtreecommitdiffstats
path: root/i3-extra-workspace.install
diff options
context:
space:
mode:
Diffstat (limited to 'i3-extra-workspace.install')
-rw-r--r--i3-extra-workspace.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/i3-extra-workspace.install b/i3-extra-workspace.install
new file mode 100644
index 000000000000..eaf02a1efe7a
--- /dev/null
+++ b/i3-extra-workspace.install
@@ -0,0 +1,8 @@
+post_install() {
+cat <<End-of-message
+
+Copy /usr/share/i3-extra-workspace-git/hotkeys.conf.example into ~/.config/i3/hotkeys.conf and include to the main i3 config.
+Or use your very own hotkeys.
+
+End-of-message
+}