]> git.armaanb.net Git - config.org.git/commitdiff
tmux: add config
authorArmaan Bhojwani <me@armaanb.net>
Sun, 16 May 2021 23:43:32 +0000 (19:43 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 16 May 2021 23:43:32 +0000 (19:43 -0400)
config.org

index 815d99bd840e73cd0d996a31a55ab191d148b914..c4575a6243475658826515b0213ae150ecc58016 100644 (file)
@@ -270,7 +270,8 @@ Add back C-a/C-x
     (add-to-list 'org-structure-template-alist '("za" . "src conf :tangle ~/.config/zathura/zathurarc"))
     (add-to-list 'org-structure-template-alist '("ff1" . "src css :tangle ~/.mozilla/firefox/armaan-release/chrome/userChrome.css"))
     (add-to-list 'org-structure-template-alist '("ff2" . "src css :tangle ~/.mozilla/firefox/armaan-release/chrome/userContent.css"))
-    (add-to-list 'org-structure-template-alist '("xr" . "src conf :tangle ~/.Xresources")))
+    (add-to-list 'org-structure-template-alist '("xr" . "src conf :tangle ~/.Xresources")
+    (add-to-list 'org-structure-template-alist '("tm" . "src conf :tangle ~/.tmux.conf")))
 #+end_src
 * Autocompletion
 ** Ivy
@@ -717,7 +718,7 @@ No more clogging up init.el.
 *** Keybindings
 **** WM actions
 #+begin_src conf :tangle ~/.spectrwm.conf
-  program[term] = alacritty
+  program[term] = alacritty -e tmux
   program[screenshot_all] = flameshot gui
   program[notif] = /home/armaa/Code/scripts/setter status
   program[pass] = /home/armaa/Code/scripts/passmenu
@@ -1365,3 +1366,7 @@ Modus operandi.
   XTerm*eightBitInput:   false
   XTerm*eightBitOutput:  true
 #+end_src
+** Tmux
+#+begin_src conf :tangle ~/.tmux.conf
+  set -g status off
+#+end_src