aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-07 06:53:09 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-07 06:53:09 +0000
commitd979920cdac6d97abf7875df49735a4c0c0f75a3 (patch)
tree9abdb0033f84be01eadeff58d74f0d8490912ef8
parentupdate (diff)
downloadscripts-d979920cdac6d97abf7875df49735a4c0c0f75a3.tar.gz
scripts-d979920cdac6d97abf7875df49735a4c0c0f75a3.zip
update
-rw-r--r--root/.tmux.conf15
-rw-r--r--stylus/cowmail_dockerized_docs.css18
2 files changed, 33 insertions, 0 deletions
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;
+ }
+}