summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-06-18 15:34:10 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-06-18 15:34:10 +0200
commitb0cf79d522a609eda250629386eb45c2978ef2d8 (patch)
tree32b13bd478d83141a87e6a4527bf57e2e47149c2 /config
parent9639cc439cfd4950e0a2c2b86e3b7ed8b334dc9f (diff)
checkpoint
Diffstat (limited to 'config')
-rwxr-xr-xconfig/common/tmux/tmux.conf2
-rw-r--r--config/essentials/zsh/.zshrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf
index 9300c97..8cf10e5 100755
--- a/config/common/tmux/tmux.conf
+++ b/config/common/tmux/tmux.conf
@@ -120,7 +120,7 @@ set -g status on
#+--- Layout ---+
set -g set-titles-string "[#S: #W] #T"
set -g set-titles on
-set -g status-position top
+set -g status-position bottom
set -g window-status-current-style "underscore"
set -g status-justify left
set -g status-left-length 16
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc
index 6bd948a..8aa9f5e 100644
--- a/config/essentials/zsh/.zshrc
+++ b/config/essentials/zsh/.zshrc
@@ -41,7 +41,7 @@ plug "zsh-users/zsh-completions"
plug "MichaelAquilina/zsh-auto-notify"
export AUTO_NOTIFY_TITLE="zsh"
export AUTO_NOTIFY_BODY="%command [%exit_code]"
-AUTO_NOTIFY_IGNORE+=("gurk" "ttyper" "pulsemixer" "tmux" "btop" "vis")
+AUTO_NOTIFY_IGNORE+=("gurk" "ttyper" "pulsemixer" "tmux" "btop" "vis" "clock")
# Substring search settings
export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="bg=blue,fg=black,bold"