From: Armaan Bhojwani Date: Mon, 17 May 2021 03:00:57 +0000 (-0400) Subject: xresources: remove xterm-specific settings X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=69e1027cd5c69d9b1c0505f14d2b2af52d6d3d38 xresources: remove xterm-specific settings --- diff --git a/config.org b/config.org index c58330a..b72aa70 100644 --- a/config.org +++ b/config.org @@ -1191,8 +1191,7 @@ userContent.css: } #+end_src ** Xresources -*** Color scheme -Modus operandi. +Modus operandi theme. #+begin_src conf :tangle ~/.Xresources ! special ,*.foreground: #ffffff @@ -1231,23 +1230,6 @@ Modus operandi. ,*.color7: #eeeeee ,*.color15: #dddddd #+end_src -*** Copy paste -#+begin_src conf :tangle ~/.Xresources - xterm*VT100.Translations: #override \ - Shift Insert: insert-selection(CLIPBOARD) \n\ - Ctrl Shift V: insert-selection(CLIPBOARD) \n\ - Ctrl Shift C: copy-selection(CLIPBOARD) \n\ - Ctrl : exec-formatted("xdg-open '%t'", PRIMARY) -#+end_src -*** Blink cursor -#+begin_src conf :tangle ~/.Xresources - xterm*cursorBlink: true -#+end_src -*** Alt keys -#+begin_src conf :tangle ~/.Xresources - XTerm*eightBitInput: false - XTerm*eightBitOutput: true -#+end_src ** Tmux #+begin_src conf :tangle ~/.tmux.conf set -g status off