Add .Xresources.j2 template
This commit is contained in:
parent
5f34537b03
commit
cbfa45c4f2
941
Manual.html
941
Manual.html
File diff suppressed because it is too large
Load Diff
40
Manual.org
40
Manual.org
@ -2326,26 +2326,6 @@ Section "Screen"
|
||||
EndSection
|
||||
{% endif %}
|
||||
#+END_SRC
|
||||
***** .Xresources
|
||||
|
||||
#+BEGIN_SRC shell :tangle roles/yavdr-xorg/templates/.Xresources.j2 :mkdirp yes :padline no
|
||||
xterm*background: Black
|
||||
xterm*foreground: grey
|
||||
XTerm*locale: true
|
||||
XTerm*metaSendsEscape: true
|
||||
XTerm*eightBitInput: false
|
||||
XTerm*backarrowKey: false
|
||||
XTerm*ttyModes: erase ^?
|
||||
Xterm*saveLines: 4096
|
||||
XTerm.vt100.metaSendsEscape: true
|
||||
XTerm.vt100.geometry: 80x32
|
||||
XTerm.vt100.renderFont: true
|
||||
xterm*faceName: xft:DejaVu Sans Mono
|
||||
xterm*faceSize: 14
|
||||
xterm*renderFont: true
|
||||
XTerm.vt100.faceName: xft:DejaVu Sans Mono:size=12:antialias=false
|
||||
XTerm.vt100.font: 7x13
|
||||
#+END_SRC
|
||||
**** vdr
|
||||
#+BEGIN_SRC conf :tangle roles/yavdr-xorg/templates/systemd/vdr-environ.j2
|
||||
[Service]
|
||||
@ -2495,6 +2475,26 @@ After=network-online.target
|
||||
state: started
|
||||
#+END_SRC
|
||||
*** Templates
|
||||
***** .Xresources
|
||||
|
||||
#+BEGIN_SRC shell :tangle roles/yavdr-desktop/templates/.Xresources.j2 :mkdirp yes :padline no
|
||||
xterm*background: Black
|
||||
xterm*foreground: grey
|
||||
XTerm*locale: true
|
||||
XTerm*metaSendsEscape: true
|
||||
XTerm*eightBitInput: false
|
||||
XTerm*backarrowKey: false
|
||||
XTerm*ttyModes: erase ^?
|
||||
Xterm*saveLines: 4096
|
||||
XTerm.vt100.metaSendsEscape: true
|
||||
XTerm.vt100.geometry: 80x32
|
||||
XTerm.vt100.renderFont: true
|
||||
xterm*faceName: xft:DejaVu Sans Mono
|
||||
xterm*faceSize: 14
|
||||
xterm*renderFont: true
|
||||
XTerm.vt100.faceName: xft:DejaVu Sans Mono:size=12:antialias=false
|
||||
XTerm.vt100.font: 7x13
|
||||
#+END_SRC
|
||||
**** openbox
|
||||
***** autostart
|
||||
#+BEGIN_SRC shell :tangle roles/yavdr-desktop/templates/openbox/autostart.j2 :mkdirp yes :shebang #!/bin/bash
|
||||
|
Loading…
Reference in New Issue
Block a user