]> git.armaanb.net Git - config.org.git/blobdiff - config.org
Set window title
[config.org.git] / config.org
index fc47ba8b4b58d503708dc840d7cc5fac6fa06e57..641aad0a440f82301b537bba7305387af6b9dde6 100644 (file)
@@ -173,6 +173,7 @@ Invert modeline color instead of audible bell or the standard visual bell.
   (scroll-bar-mode -1)
   (tool-bar-mode -1)
   (menu-bar-mode -1)
+  (setq-default frame-title-format '("%b [%m]"))
 #+end_src
 * Evil mode
 ** General
@@ -1229,7 +1230,12 @@ I use tmux in order to keep my st build light. Still learning how it works.
 #+begin_src conf :tangle ~/.tmux.conf
   set -g status off
   set -g mouse on
+
   set-option -g history-limit 50000
+
+  set -g set-titles on
+  set -g set-titles-string "#W"
+
   set-window-option -g mode-keys vi
   bind-key -T copy-mode-vi 'v' send -X begin-selection
   bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'