summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-08-16 21:55:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-08-16 21:55:30 +0000
commitae1debbc92a5e3c44d149a05997d284045da5dfe (patch)
tree86afd4a3c697f093b43d018ecd24a261cbf326f5 /examples
parent622e0185700a5122b0e8e14092b146484b1decab (diff)
Example from Han Boetes.
Diffstat (limited to 'examples')
-rw-r--r--examples/h-boetes.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/examples/h-boetes.conf b/examples/h-boetes.conf
new file mode 100644
index 00000000..642add92
--- /dev/null
+++ b/examples/h-boetes.conf
@@ -0,0 +1,38 @@
+set -g default-command zsh
+set -g status-right "#(uptime|awk '{print $11}') #(date)"
+
+# Statusbar properties.
+set -g display-time 3000
+set -g status-bg black
+set -g status-fg cyan
+set-window-option -g window-status-current-attr bright,reverse
+set-window-option -g window-status-current-bg cyan
+set-window-option -g window-status-current-fg black
+
+# Use c-t instead of c-b as the prefix
+unbind C-b
+set -g prefix C-t
+bind C-t send-prefix
+bind t send-prefix
+
+# Bind function keys.
+bind -n F1 select-window -t 1
+bind -n F2 select-window -t 2
+bind -n F3 select-window -t 3
+bind -n F4 select-window -t 4
+bind -n F5 select-window -t 5
+bind -n F6 select-window -t 6
+bind -n F7 select-window -t 7
+bind -n F8 select-window -t 8
+
+# All new windows started at startup.
+new emacs
+neww irssi
+neww mutt
+neww
+neww
+neww
+neww
+neww
+
+select-window -t 1