]> git.armaanb.net Git - config.org.git/commitdiff
xresources: remove xterm-specific settings
authorArmaan Bhojwani <me@armaanb.net>
Mon, 17 May 2021 03:00:57 +0000 (23:00 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 17 May 2021 03:00:57 +0000 (23:00 -0400)
config.org

index c58330a96db1f114362ca972b5436ce891498667..b72aa70a53f1642cbdf73bcfaad6a0cf189a463c 100644 (file)
@@ -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 <KeyPress> Insert: insert-selection(CLIPBOARD) \n\
-  Ctrl Shift <Key>V:    insert-selection(CLIPBOARD) \n\
-  Ctrl Shift <Key>C:    copy-selection(CLIPBOARD) \n\
-  Ctrl <Btn1Up>: 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