Pārlūkot izejas kodu

Move .Xdefaults to separate, host-specific configuration

Alois Mahdal 10 gadus atpakaļ
vecāks
revīzija
9f8ccedd80

+ 11
- 0
dotfiles.config/Xlib/bin/setup Parādīt failu

1
+#!/bin/bash
2
+
3
+host=`hostname`
4
+
5
+cat<<EOF > $HOME/.Xdefaults
6
+!! This file is generated by .config/Xlib/bin/setup
7
+!! from mydots.  Changes are not tracked by mydots.
8
+
9
+# include "$HOME/.config/Xlib/global.Xdefaults"
10
+# include "$HOME/.config/Xlib/host/${host}.Xdefaults"
11
+EOF

dotfiles/Xdefaults → dotfiles.config/Xlib/global.Xdefaults Parādīt failu

4
 !## ==== ##
4
 !## ==== ##
5
 
5
 
6
 
6
 
7
-URxvt.geometry:             90x24
8
-
9
 !## extensions
7
 !## extensions
10
 URxvt.perl-ext-common:      default,tabbed,selection
8
 URxvt.perl-ext-common:      default,tabbed,selection
11
 URxvt.tabbed.tab-fg:        7
9
 URxvt.tabbed.tab-fg:        7
33
 URxvt.scrollWithBuffer:     true
31
 URxvt.scrollWithBuffer:     true
34
 URxvt.saveLines:            32767
32
 URxvt.saveLines:            32767
35
 
33
 
36
-!## font
37
-URxvt.font:     xft:Dejavu Sans Mono:pixelsize=13
38
-URxvt.boldFont: xft:Dejavu Sans Mono:pixelsize=13:style=Bold
39
 URxvt.cursorUnderline:      false
34
 URxvt.cursorUnderline:      false
40
 URxvt.cursorBlink:          true
35
 URxvt.cursorBlink:          true
41
 URxvt.pointerBlankDelay:    999999999
36
 URxvt.pointerBlankDelay:    999999999

+ 3
- 0
dotfiles.config/Xlib/host/hugo.Xdefaults Parādīt failu

1
+URxvt.geometry: 90x27
2
+URxvt.font:     xft:Dejavu Sans Mono:pixelsize=11:antialias=false
3
+URxvt.boldFont: xft:Dejavu Sans Mono:pixelsize=11:antialias=false:style=Bold