From 94a57824713453f34a6640e612c5fde78d7d7f2e Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 16 May 2021 19:43:32 -0400 Subject: [PATCH] tmux: add config --- config.org | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 815d99b..c4575a6 100644 --- a/config.org +++ b/config.org @@ -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 -- 2.39.2