You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.4 KiB
52 lines
1.4 KiB
7 years ago
|
!Общие настройки (U)Rxvt
|
||
|
|
||
|
!URxvt*font:xft:DejaVu Sans Mono:pixelsize=12
|
||
|
|
||
|
URxvt*font:xft:DejaVuSansMono Nerd Font Mono:pixelsize=12
|
||
|
|
||
|
!URxvt*font:xft:BlexMono Nerd Font Mono:pixelsize=12
|
||
|
!URxvt*font:xft:Anonymice Nerd Font Mono:pixelsize=12
|
||
|
!URxvt*font:xft:InconsolataLGC Nerd Font Mono:pixelsize=12
|
||
|
!URxvt*font:xft:LiterationMono Nerd Font Mono:pixelsize=12
|
||
|
|
||
|
!URxvt*faceName:DejaVu Sans Mono
|
||
|
URxvt*pixelsize:12
|
||
|
|
||
|
!URxvt*letterSpace: 0
|
||
|
|
||
|
!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*scrollBar: false
|
||
|
URxvt.cursorColor: #AAAAAA
|
||
|
URxvt*termName: urxvt
|
||
|
URxvt.saveLines: 2000
|
||
|
|
||
|
!Настрока клавиатуры для URxvt
|
||
|
URxvt*keysym.Control-Up: \033[1;5A
|
||
|
URxvt*keysym.Control-Down: \033[1;5B
|
||
|
URxvt*keysym.Control-Left: \033[1;5D
|
||
|
URxvt*keysym.Control-Right: \033[1;5C
|
||
|
URxvt.keysym.C-Prior: \033[6;5~
|
||
|
URxvt.keysym.C-Next: \033[5;5~
|
||
|
URxvt.keysym.C-Home: \033[7;7^
|
||
|
URxvt.keysym.C-End: \033[8;8^
|
||
|
URxvt.keysym.Home: \033[7~
|
||
|
|
||
|
! do not scroll with output
|
||
|
URxvt*scrollTtyOutput: false
|
||
|
|
||
|
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
|
||
|
URxvt*scrollWithBuffer: true
|
||
|
|
||
|
! scroll back to the bottom on keypress
|
||
|
URxvt*scrollTtyKeypress: true
|
||
|
|
||
|
!Отключение расширений Perl
|
||
|
!URxvt.perl-ext:
|
||
|
!URxvt.perl-ext-common:
|
||
|
|
||
|
!Расширения Perl
|
||
|
#include "/home/maks/.shellrc/etc/soft/urxvt/extensions.conf"
|
||
|
|