programs.urxvt.enable
Whether to enable rxvt-unicode terminal emulator.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.urxvt.package
The rxvt-unicode package to use.
Type: package
Default:
pkgs.rxvt-unicode
Declared by:
programs.urxvt.extraConfig
Additional configuration to add.
Type: attribute set of anything
Default:
{ }
Example:
{
shading = 15;
}
Declared by:
programs.urxvt.fonts
List of fonts to be used.
Type: list of string
Default:
[ ]
Example:
[
"xft:Droid Sans Mono Nerd Font:size=9"
]
Declared by:
programs.urxvt.iso14755
ISO14755 support for viewing and entering unicode characters.
Type: boolean
Default:
true
Declared by:
programs.urxvt.keybindings
Mapping of keybindings to actions
Type: attribute set of string
Default:
{ }
Example:
{
Shift-Control-C = "eval:selection_to_clipboard";
Shift-Control-V = "eval:paste_clipboard";
}
Declared by:
programs.urxvt.scroll.bar
Scrollbar settings.
Type: submodule
Default:
{ }
Declared by:
programs.urxvt.scroll.bar.enable
Whether to enable the scrollbar
Type: boolean
Default:
true
Declared by:
programs.urxvt.scroll.bar.align
Scrollbar alignment.
Type: one of “top”, “bottom”, “center”
Default:
"center"
Declared by:
programs.urxvt.scroll.bar.floating
Whether to display an rxvt scrollbar without a trough.
Type: boolean
Default:
true
Declared by:
programs.urxvt.scroll.bar.position
Scrollbar position.
Type: one of “left”, “right”
Default:
"right"
Declared by:
programs.urxvt.scroll.bar.style
Scrollbar style.
Type: one of “rxvt”, “plain”, “next”, “xterm”
Default:
"plain"
Declared by:
programs.urxvt.scroll.keepPosition
Whether to keep a scroll position when TTY receives new lines.
Type: boolean
Default:
true
Declared by:
programs.urxvt.scroll.lines
Number of lines to save in the scrollback buffer.
Type: unsigned integer, meaning >=0
Default:
10000
Declared by:
programs.urxvt.scroll.scrollOnKeystroke
Whether to scroll to bottom on keyboard input.
Type: boolean
Default:
true
Declared by:
programs.urxvt.scroll.scrollOnOutput
Whether to scroll to bottom on TTY output.
Type: boolean
Default:
false
Declared by:
programs.urxvt.shading
Darken (0 to 99) or lighten (101 to 200) the transparent background.
Type: integer between 0 and 200 (both inclusive)
Default:
100
Declared by:
programs.urxvt.transparent
Whether to enable pseudo-transparency.
Type: boolean
Default:
false
Declared by: