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.
64 lines
1.7 KiB
64 lines
1.7 KiB
!Общие настройки (U)Rxvt |
|
|
|
URxvt*font:xft:DejaVu Sans Mono:pixelsize=12 |
|
URxvt*faceName:DejaVu Sans Mono |
|
URxvt*pixelsize:12 |
|
|
|
!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 |
|
|
|
!Настрока шрифтов |
|
Xft.antialias: true |
|
Xft.dpi: 96 |
|
! Xft.dpi: 120 |
|
Xft.hinting: true |
|
!Xft.hintstyle: hintfull |
|
Xft.hintstyle: hintslight |
|
Xft.rgba: rgb |
|
|
|
!Общие настройки rofi |
|
rofi.width: 100 |
|
rofi.lines: 10 |
|
rofi.columns: 8 |
|
rofi.font: mono 12 |
|
rofi.bw: 1 |
|
rofi.location: 1 |
|
rofi.padding: 5 |
|
rofi.fixed-num-lines: false |
|
|
|
!Цветовые схемы |
|
#include "/home/maks/.shellrc/etc/X/urxvt.light" |
|
#include "/home/maks/.shellrc/etc/X/rofi.paper" |
|
|
|
!Расширения Perl |
|
#include "/home/maks/.shellrc/etc/soft/urxvt/extensions.conf" |
|
|
|
!Отключение расширений Perl |
|
!URxvt.perl-ext: |
|
!URxvt.perl-ext-common: |
|
|
|
|