This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.config/X11/Xresources

119 lines
2.8 KiB
Plaintext

! general
Xft.dpi: 96
Xft.autohint: 1
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
! --- Nord --- !
*.foreground: #d8dee9
*.background: #2e3440
*.cursorColor: #d8dee9
*.color0: #3b4252
*.color8: #4c566a
*.color1: #bf616a
*.color9: #bf616a
*.color2: #a3be8c
*.color10: #a3be8c
*.color3: #ebcb8b
*.color11: #ebcb8b
*.color4: #81a1c1
*.color12: #81a1c1
*.color5: #b48ead
*.color13: #b48ead
*.color6: #88c0d0
*.color14: #8fbcbb
*.color7: #e5e9f0
*.color15: #eceff4
! -- OneDark -- !
! *.foreground: #abb2bf
! *.background: #282c34
! *.cursorColor: #bbc2cf
! *.color0: #282c34
! *.color8: #3e4452
! *.color1: #be5046
! *.color9: #e06c75
! *.color2: #98c379
! *.color10: #98c379
! *.color3: #d19a66
! *.color11: #e5c07b
! *.color4: #61afef
! *.color12: #61afef
! *.color5: #c678dd
! *.color13: #c678dd
! *.color6: #56b6c2
! *.color14: #56b6c2
! *.color7: #abb2bf
! *.color15: #bbc2cf
! _____ _________ _____
! __ / / /__ __ \___ ____ ___ /_
! _ / / /__ /_/ /_ |/_/_ | / / __/
! / /_/ / _ _, _/__> < __ |/ // /_
! \____/ /_/ |_| /_/|_| _____/ \__/
! font
URxvt.font: xft:Iosevka Nerd Font:size=12
URxvt.boldFont: xft:Iosevka Nerd Font:style=Bold:size=12
URxvt.italicFont: xft:Iosevka Nerd Font:style=Italic:size=12
URxvt.boldItalicFont: xft:Iosevka Nerd Font:style=Bold Italic:size=12
! spacing
URxvt.letterSpace: -1
URxvt.lineSpace: 0
! 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
! no scrollbar
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.scrollBar_floating: false
URxvt.scrollstyle: rxvt
! no scrollback buffer in secondary screen
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
! no output when pressing Print
URxvt.print-pipe: "cat > /dev/null"
! ring
URxvt.urgentOnBell: false
! transparency
URxvt.depth: 32
! ibus
URxvt.inputMethod: ibus
URxvt.preeditType: OverTheSpot
! perl extensions
URxvt.perl-ext-common:default,matcher,tabbed,clipboard,resize-font
! urls
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
URxvt.matcher.rend.0: Uline Bold fg3
URxvt.underlineURLs: true
URxvt.keysym.C-Delete: perl:matcher:last
URxvt.keysym.M-Delete: perl:matcher:list
! tabs
URxvt.tabbed.tabbar-fg: 4
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 0
URxvt.tabbed.tab-bg: 4
! let Ctrl+Shift work
URxvt.iso14755: false
URxvt.iso14755_52: false
! clipboard
URxvt.clipboard.autocopy: false
URxvt.keysym.C-Shift-C: perl:clipboard:copy
URxvt.keysym.C-Shift-V: perl:clipboard:paste
URxvt.keysym.C-M-v: perl:clipboard:paste_escaped
! resize-font
URxvt.keysym.C-minus:resize-font:smaller
URxvt.keysym.C-equal:resize-font:bigger
URxvt.keysym.C-0:resize-font:reset