summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-02-13 10:34:03 -0800
committerMike Crute <crutem@amazon.com>2019-02-13 10:38:32 -0800
commit4f9821869a140d8fac663a34f6ba198f94480821 (patch)
tree645cdbaf9887a7e6fada810432794f4be2961bc2 /.tmux.conf
parentfb8d5b66e7bf4f4efa95a8aad7fe180a9ad54677 (diff)
downloaddotfiles-4f9821869a140d8fac663a34f6ba198f94480821.tar.bz2
dotfiles-4f9821869a140d8fac663a34f6ba198f94480821.tar.xz
dotfiles-4f9821869a140d8fac663a34f6ba198f94480821.zip
Add HiDPI options for tmux
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 73b1aee..02907e9 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -14,6 +14,10 @@ bind k clear-history
14bind . set status off 14bind . set status off
15bind > set status on 15bind > set status on
16 16
17# Top is often better for huge hi-dpi screens
18bind M-\ set status-position bottom
19bind M-| set status-position top
20
17set -g status-interval 10 21set -g status-interval 10
18set -g status-fg default 22set -g status-fg default
19set -g message-fg default 23set -g message-fg default