Use monospace alias for fonts, remove menu clutter
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
*.color15: #c0c5ce
|
||||
|
||||
! Rofi
|
||||
rofi.font: DejaVu Sans Mono 12
|
||||
rofi.font: monospace 12
|
||||
rofi.padding: 20
|
||||
rofi.line-padding: 2
|
||||
rofi.color-enabled: true
|
||||
@ -35,8 +35,8 @@ rofi.kb-cancel: Escape,Alt+F1
|
||||
|
||||
! xterm
|
||||
xterm*termName: xterm-256color
|
||||
xterm*font: DejaVu Sans Mono
|
||||
xterm*faceName: DejaVu Sans Mono:size=11
|
||||
xterm*font: monospace
|
||||
xterm*faceName: monospace:size=11
|
||||
xterm*loginShell: true
|
||||
xterm*vt100*geometry: 90x34
|
||||
xterm*saveLines: 2000
|
||||
@ -54,7 +54,7 @@ URxvt*scrollBar_right: false
|
||||
URxvt*internalBorder: 0
|
||||
URxvt*externalBorder: 0
|
||||
URxvt*letterSpace: -1
|
||||
URxvt.font: xft:DejaVu Sans Mono:size=11
|
||||
URxvt.font: xft:monospace:size=11
|
||||
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
|
||||
URxvt.copyCommand: xclip -i -selection clipboard
|
||||
URxvt.pasteCommand: xclip -o -selection clipboard
|
||||
@ -74,7 +74,7 @@ URxvt*buffered: false
|
||||
UXTerm*termName: xterm-256color
|
||||
UXTerm*cursorColor: white
|
||||
UXTerm*VT100.geometry: 90x34
|
||||
UXTerm*font: DejaVu Sans Mono
|
||||
UXTerm*font: monospace
|
||||
UXTerm*faceSize: 11
|
||||
UXTerm*dynamicColors: true
|
||||
UXTerm*utf8: 2
|
||||
|
Reference in New Issue
Block a user