From d979920cdac6d97abf7875df49735a4c0c0f75a3 Mon Sep 17 00:00:00 2001
From: terminaldweller <thabogre@gmail.com>
Date: Wed, 7 Dec 2022 10:23:09 +0330
Subject: update

---
 root/.tmux.conf                    | 15 +++++++++++++++
 stylus/cowmail_dockerized_docs.css | 18 ++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 root/.tmux.conf
 create mode 100644 stylus/cowmail_dockerized_docs.css

diff --git a/root/.tmux.conf b/root/.tmux.conf
new file mode 100644
index 0000000..1e1aa40
--- /dev/null
+++ b/root/.tmux.conf
@@ -0,0 +1,15 @@
+set -g status-bg colour24
+setw -g mode-keys vi
+bind [ copy-mode
+bind -T copy-mode-vi 'v' send -X begin-selection
+bind -T copy-mode-vi 'y' send -X copy-selection-and-cancel
+bind ] paste-buffer
+bind Space choose-buffer
+bind -n C-h clear-history
+bind P pipe-pane -o "cat >>~/.tmuxrecording/#W.log" \; display "Toggled logging to ~/#W.log"
+bind | split-window -h
+bind - split-window -v
+bind -r k select-pane -U
+bind -r j select-pane -D
+bind -r h select-pane -L
+bind -r l select-pane -R
diff --git a/stylus/cowmail_dockerized_docs.css b/stylus/cowmail_dockerized_docs.css
new file mode 100644
index 0000000..4212d8a
--- /dev/null
+++ b/stylus/cowmail_dockerized_docs.css
@@ -0,0 +1,18 @@
+@-moz-document domain("docs.mailcow.email") {
+  img {
+    filter: sepia(1) brightness(0.5) contrast(1) saturate(0.6);
+  }
+
+  img:hover {
+    filter: none;
+  }
+
+  .md-main__inner {
+    max-width: 90%;
+    width: 90%;
+  }
+
+  body {
+    font-size: 20px;
+  }
+}
-- 
cgit v1.2.3