48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
! terminal font
|
|
URxvt.font: xft:Hack Nerd Font:size=10:style=Regular
|
|
URxvt.boldFont: xft:Hack Nerd Font:size=10:style=Bold
|
|
URxvt.italicFont: xft:Hack Nerd Font:size=10:style=Italic
|
|
URxvt.boldItalicFont: xft:Hack Nerd Font:size=10:style=Bold Italic
|
|
URxvt.letterSpace: -1
|
|
URxvt.lineSpace: -1
|
|
|
|
! scrollback buffer lines - 65535 is max on most machines (64 is default)
|
|
URxvt.saveLines: 16384
|
|
|
|
! scroll bar
|
|
URxvt.scrollBar: false
|
|
URxvt.scrollBar_right: false
|
|
URxvt.scrollBar_floating: false
|
|
URxvt.scrollstyle: rxvt
|
|
|
|
! transparency
|
|
URxvt.inheritPixmap: true
|
|
URxvt.transparent: true
|
|
! URxvt*shading: 0 to 99 darkens, 101 to 200 lightens
|
|
URxvt.shading: 20
|
|
|
|
! The string will be interpreted as if typed into the shell as-is.
|
|
! In this example, printing will be disabled altogether.
|
|
URxvt.print-pipe: "cat > /dev/null"
|
|
|
|
!-*- Perl extensions -*-
|
|
URxvt.perl-ext-common: default,selection-to-clipboard,matcher,keyboard-select,url-select,font-size,clipboard
|
|
URxvt.keysym.M-u: perl:url-select:select_next
|
|
URxvt.url-select.button: 1
|
|
URxvt.url-select.launcher: chromium
|
|
URxvt.url-select.underline: true
|
|
URxvt.keysym.M-Escape:perl:keyboard-select:activate
|
|
! The following configuration will automatically update the CLIPBOARD when the PRIMARY selection changes
|
|
! This is deprecated since Control-Alt-C/V has been implemented since 9.20
|
|
URxvt.clipboard.autocopy: true
|
|
URxvt.keysym.C-V: clipboard:paste
|
|
URxvt.keysym.C-Up: font-size:increase
|
|
URxvt.keysym.C-Down: font-size:decrease
|
|
URxvt.keysym.C-S-Up: font-size:incglobal
|
|
URxvt.keysym.C-S-Down: font-size:decglobal
|
|
URxvt.keysym.C-equal: font-size:reset
|
|
URxvt.keysym.C-slash: font-size:show
|
|
|
|
! fix geometry
|
|
URxvt.geometry: 400x400
|