From 4150d927a72b140bede53b72135299a43cfc33e4 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 14 Dec 2017 23:24:47 +0500 Subject: [PATCH] urxvt: font, greek --- etc/X/Xdefaults | 24 +++++++++--------------- etc/shell/bash/bashrc | 8 +++++--- etc/soft/urxvt/extensions.conf | 1 - 3 files changed, 14 insertions(+), 19 deletions(-) diff --git a/etc/X/Xdefaults b/etc/X/Xdefaults index a17263f..5b13600 100644 --- a/etc/X/Xdefaults +++ b/etc/X/Xdefaults @@ -1,19 +1,16 @@ !Общие настройки (U)Rxvt -!URxvt*font: xft:DejaVu Sans Mono:pixelsize=16 -!URxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=16:weight=bold -!URxvt.font:xft:droid sans mono slashed:medium:pixelsize=15 -!URxvt.boldFont:xft:droid sans mono slashed:medium:pixelsize=15:weight=bold +URxvt*font:xft:DejaVu Sans Mono +URxvt*faceName:DejaVu Sans Mono +URxvt*pixelsize:13 -URxvt.font:xft:DejaVu Sans Mono Book:pixelsize=15 -URxvt.boldFont:xft:DejaVu Sans Mono Book:pixelsize=15:weight=bold +!Ctrl+Print or Shilft+Print to save screen with scrollbar. +URxvt.print-pipe: cat > $HOME/shell-`\date +%Y-%m-%d_%H:%M:%S`.dump -!URxvt.letterSpace: 0 - -URxvt*scrollBar:false -URxvt.cursorColor: #AAAAAA -URxvt*termName: urxvt -URxvt.saveLines: 1000 +URxvt*scrollBar: false +URxvt.cursorColor: #AAAAAA +URxvt*termName: urxvt +URxvt.saveLines: 2000 !Настрока клавиатуры для URxvt URxvt*keysym.Control-Up: \033[1;5A @@ -44,9 +41,6 @@ Xft.hinting: true Xft.hintstyle: hintslight Xft.rgba: rgb -xterm*faceName:DejaVu Sans Mono -xterm*pixelsize:14 - !Общие настройки rofi rofi.width: 100 rofi.lines: 10 diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index e74f5e0..826d520 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Чт 14 дек 2017 18:12:55 +# Изменён: Чт 14 дек 2017 21:10:51 # ################################################################################ @@ -323,10 +323,12 @@ source $SHELLRC/etc/shell/bash/commacd # alias grep="/usr/bin/grep $GREP_OPTIONS" unset GREP_OPTIONS +export LC_CTYPE="ru_RU.UTF-8" + #Исправление ошибок с набором акцентов -if [ "$TERM" == "xterm" ]; then +# if [ "$TERM" == "xterm" ]; then printf '\33]701;%s\007' "$LANG" -fi +# fi # }}} ########################################################################## diff --git a/etc/soft/urxvt/extensions.conf b/etc/soft/urxvt/extensions.conf index 49b74c9..f63cb2b 100644 --- a/etc/soft/urxvt/extensions.conf +++ b/etc/soft/urxvt/extensions.conf @@ -1,6 +1,5 @@ !Расширения Perl URxvt.perl-lib: /home/maks/.shellrc/etc/soft/urxvt/perl/ -!URxvt.perl-ext-common: tabbedex,readline,searchable-scrollback,matcher,font-size URxvt.perl-ext-common: tabbedex,readline,searchable-scrollback,font-size,matcher !Tabbedex