123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- !-*- mode: xrdb -*-
- Xft.dpi: 96
- Xft.antialias: true
- Xft.hinting: true
- Xft.rgba: rgb
- Xft.autohint: false
- Xft.hintstyle: hintslight
- Xft.lcdfilter: lcddefault
- *.charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48,63:48,61:48,44:48,38:48,59:48
- *.saveLines: 4096
- *.scrollBar: false
- ! XTerm
- xterm*faceName: xft:Cascadia Code PL:style=Regular:pixelsize=15
- xterm*dynamicColors: true
- xterm*utf8: 2
- xterm*eightBitInput: true
- xterm*saveLines: 512
- xterm*scrollKey: true
- xterm*scrollTtyOutput: false
- xterm*scrollBar: false
- xterm*rightScrollBar: flase
- xterm*jumpScroll: true
- xterm*multiScroll: true
- xterm*toolBar: false
- ! URxvt
- URxvt.iso14755: false
- URxvt.iso14755_52: false
- URxvt*font: xft:Cascadia Code PL:pixelsize=15,xft:DejaVuSansMono Nerd Font:pixelsize=15,xft:Everson Mono:pixelsize=15,xft:Symbola:pixelsize=15
- URxvt*boldFont: xft:Cascadia Code PL:bold:pixelsize=15,xft:DejaVuSansMono Nerd Font:pixelsize=15,xft:Everson Mono:pixelsize=15,xft:Symbola:pixelsize=15
- URxvt*italicFont: xft:Cascadia Code PL:italic:autohint=true:pixelsize=15,xft:DejaVuSansMono Nerd Font:pixelsize=15,xft:Everson Mono:pixelsize=15,xft:Symbola:pixelsize=15
- URxvt*boldItalicFont: xft:Cascadia Code PL:bold:italic:autohint=true:pixelsize=15,xft:DejaVuSansMono Nerd Font:pixelsize=15,xft:Everson Mono:pixelsize=15,xft:Symbola:pixelsize=15
- URxvt*cursorUnderline: true
- URxvt.loginShell: true
- URxvt.scrollWithBuffer: true
- URxvt.scrollTtyKeypress: true
- URxvt.termName: rxvt-unicode-256color
- URxvt.internalBorder: 0
- URxvt.externalBorder: 0
- URxvt.cutchars: '\"'()*<>[]{|}
- ! Perl Extentions
- URxvt.perl-ext-common: default,clipboard,tabbedex,resize-font,url-select
- ! Url select
- URxvt.keysym.M-u: perl:url-select:select_next
- URxvt.url-launcher: /usr/bin/xdg-open
- URxvt.url-select.underline: true
- ! Font Resize
- URxvt.resize-font.smaller: C-Down
- URxvt.resize-font.bigger: C-Up
- ! Clipboard
- URxvt.clipboard.copycmd: xsel -ib
- URxvt.clipboard.pastecmd: xsel -ob
- URxvt.keysym.S-C-C: perl:clipboard:copy
- URxvt.keysym.S-C-V: perl:clipboard:paste
- ! Fullscreen
- URxvt.keysym.F11: perl:fullscreen:switch
- ! Tabbedex
- URxvt.tabbed.autohide: yes
- URxvt.tabbed.title: yes
- URxvt.tabbed.tab-bg: 0
- URxvt.tabbed.tab-fg: 15
- URxvt.tabbed.tabbar-bg: 0
- URxvt.tabbed.tabbar-fg: 8
- URxvt*transparent: false
- URxvt*shading: 10
- URxvt*blurRadius: 10
- URxvt*boldMode: on
- URxvt*colorMode: on
- URxvt*colorBDMode: on
- URxvt*colorULMode: on
- URxvt*underLine: on
- URxvt.borderColor: #000000
- ! These are all possible options, presented with default values.
- ! xst will fallback to *.option if st.option is not present.
- ! see src/config.h for more information about option meanings.
- ! These options only take effect on startup.
- st.termname: st-256color
- ! if you do not set shell, precedence is: -e arg, utmp option, SHELL env var, /etc/passwd shell
- ! The following options options can be reloaded via USR1 signal.
- st.font: Cascadia Code PL:pixelsize=15:antialias=true:autohint=true;
- st.borderpx: 0
- ! Available cursor values: 2 4 6 7 = █ _ | ☃ ( 1 3 5 are blinking versions)
- st.cursorshape: 4
- ! thickness of underline and bar cursors
- st.cursorthickness: 2
- ! 0: normal blinking, 1: leave cursor border and blink with cursor
- st.cursorblinkstyle: 0
- ! 0: cursor blinks with a constant interval; 1: blinking cycle resets on key input
- st.cursorblinkontype: 1
- st.bold_font: 1
- st.xfps: 120
- st.actionfps: 30
- ! Amount of lines scrolled
- st.mouseScrollLines: 1
- ! Kerning / character bounding-box height multiplier
- st.chscale: 1.0
- ! Kerning / character bounding-box width multiplier
- st.cwscale: 1.0
- ! blinking timeout for terminal and cursor blinking (0 disables)
- st.blinktimeout: 800
- ! bell volume. Value between -100 and 100. (0 disables)
- st.bellvolume: 0
- ! this is a char that is exposed like so: `printf '\033[z'`
- st.prompt_char: $
- ! This option is can be preedit style. Available values: `root` `overthespot` (Default taken `root`)
- st.imstyle: root
- ! black
- *.color0: #202020
- *.color8: #31363b
- ! red
- *.color1: #c0392b
- *.color9: #f44f4f
- ! green
- *.color2: #218058
- *.color10: #27ae60
- ! yellow
- *.color3: #fdbc4b
- *.color11: #fdbc4b
- ! blue
- *.color4: #2980b9
- *.color12: #0099ff
- ! magenta
- *.color5: #8e44ad
- *.color13: #af81ff
- ! cyan
- *.color6: #27aeae
- *.color14: #31dddd
- ! white
- *.color7: #acada1
- *.color15: #cfd0c2
- ! special
- *.foreground: #cfcfc2
- *.background: #000000
- *.colorBD: #004DA6
- *.colorUL: #008C8C
- *.colorIT: #87af5f
- *.cursorColor: #FFFFFF
|