mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
add st as default terminal
This commit is contained in:
parent
b85872dfc9
commit
4f5d2bab93
5 changed files with 1027 additions and 7 deletions
|
@ -55,12 +55,13 @@ dzen2.font: mononoki
|
|||
! Set depth to make transparency work.
|
||||
URxvt*depth: 32
|
||||
|
||||
*.font: font1,font2,font3,font4
|
||||
*.font: mononoki:minispace=False:size=10:antialias=true
|
||||
URxvt.font: font1,font2,font3,font4
|
||||
URxvt.boldFont: font1:style=bold,font2:style=bold,font3:style=bold,font4
|
||||
URxvt.italicFont:font1:style=italic,font2:style=italic,font3:style=italic,font4
|
||||
URxvt.boldItalicfont: font1:style=bolditalic,font2:style=bolditalic,font3:style=bolditalic,font4
|
||||
|
||||
*.borderpx: 20
|
||||
URxvt.internalBorder: 20
|
||||
*.cursorBlink: true
|
||||
URxvt.cursorUnderline: true
|
||||
|
@ -72,12 +73,10 @@ URxvt.geometry: 92x24
|
|||
|
||||
URxvt.urgentOnBell: true
|
||||
URxvt.iso14755: false
|
||||
urxvt*dynamicColors: on
|
||||
URxvt*dynamicColors: on
|
||||
|
||||
XTerm*faceName: font1,font2,font3,font4
|
||||
|
||||
|
||||
|
||||
!-- Xft settings -- !
|
||||
Xft.dpi: 112
|
||||
Xft.antialias: true
|
||||
|
@ -85,7 +84,7 @@ Xft.rgba: rgb
|
|||
Xft.hinting: true
|
||||
Xft.hintstyle: hintfull
|
||||
|
||||
URxvt.perl-ext-common: resize-font,config-reload
|
||||
URxvt.perl-ext-common: resize-font
|
||||
|
||||
URxvt.url-launcher: /usr/bin/xdg-open
|
||||
URxvt.matcher.button: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue