]> git.armaanb.net Git - config.org.git/blobdiff - config.org
Set window title
[config.org.git] / config.org
index a2e16d1476918f9cfd81121f4ef9a94eae147c35..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'
@@ -1248,7 +1254,7 @@ I use tmux in order to keep my st build light. Still learning how it works.
   allow-emacs-pinentry
 #+end_src
 ** Xmodmap
-#+begin_src conf (if (eq system-name "frost.armaanb.net") ":tangle ~/.config/xmodmap")
+#+begin_src conf :tangle (progn (if (string= (system-name) "frost.armaanb.net") "~/.config/xmodmap" "no"))
   ! Unmap left super
   clear mod4
 
@@ -1266,3 +1272,9 @@ I use tmux in order to keep my st build light. Still learning how it works.
   add Lock = Caps_Lock
   add Control = Control_L
 #+end_src
+** sx
+#+begin_src shell :tangle ~/.config/sx/sxrc :tangle-mode (identity #o755)
+  autostart &
+  dwmsetroot &
+  exec dwm
+#+end_src