dotfiles/conf.d/x/Xresources

94 lines
3.7 KiB
Plaintext
Raw Normal View History

2018-06-27 14:05:11 +00:00
! ------------------------------------------------------------------------------
! Theme Configuration
! ------------------------------------------------------------------------------
2020-04-15 11:15:10 +00:00
#include ".Xresources.d/themes/jellybeans.res"
2018-06-27 14:05:11 +00:00
! ------------------------------------------------------------------------------
! ROFI Configuration
! ------------------------------------------------------------------------------
2020-04-15 11:15:10 +00:00
#include ".Xresources.d/rofi/jellybeans.res"
2018-06-27 14:05:11 +00:00
! ------------------------------------------------------------------------------
! Xft fonts Configuration
! ------------------------------------------------------------------------------
2020-04-15 11:15:10 +00:00
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.autohint: false
Xft.lcdfilter: lcddefault
2018-06-27 14:05:11 +00:00
! ------------------------------------------------------------------------------
! SSH-ASKPASS
! ------------------------------------------------------------------------------
ssh-askpass.Dialog.font: xft:roboto,mono-11:regular
ssh-askpass.?.foreground: rgb:b6/b6/b6
ssh-askpass.?.background: rgb:00/00/00
ssh-askpass.topShadowColor: rgb:5f/5f/5f
ssh-askpass.bottomShadowColor: rgb:24/24/24
ssh-askpass.borderColor: rgb:00/00/00
ssh-askpass.shadowThickness: 1
ssh-askpass.borderWidth: 0
ssh-askpass.horizontalSpacing: 5
ssh-askpass.verticalSpacing: 6
ssh-askpass.Button.font: Roboto
ssh-askpass.Button.shadowThickness: 2
ssh-askpass.Button.borderWidth: 0
ssh-askpass.Button.horizontalSpacing: 5
ssh-askpass.Button.verticalSpacing: 2
ssh-askpass.Indicator.foreground: rgb:f0/54/4c
ssh-askpass.Indicator.background: rgb:55/55/55
ssh-askpass.Indicator.shadowThickness: 1
ssh-askpass.Indicator.borderWidth: 0
ssh-askpass.Indicator.height: 7
ssh-askpass.Indicator.width: 15
ssh-askpass.Indicator.horizontalSpacing: 2
ssh-askpass.Indicator.verticalSpacing: 4
ssh-askpass.Indicator.minimumCount: 8
ssh-askpass.Indicator.maximumCount: 24
! ------------------------------------------------------------------------------
! Urxvt
! ------------------------------------------------------------------------------
2021-01-31 16:46:09 +00:00
URxvt.perl-lib: /home/jeff/.urxvt/urxvt-perls
2019-12-22 16:11:53 +00:00
URxvt*termName: rxvt-color
2020-04-15 11:15:10 +00:00
URxvt*font: xft:Monofur Nerd Font Mono:pixelsize=18:size=13:style=Book
!URxvt.letterSpace: -1
2018-06-27 14:05:11 +00:00
URxvt.depth: 32
2020-04-15 11:15:10 +00:00
URxvt.geometry: 80x24+877+462
URxvt.background: rgba:0000/0000/0000/e800
!URxvt*transparent: True
!URxvt*shading: 15
2018-06-27 14:05:11 +00:00
URxvt*scrollBar: False
2020-04-15 11:15:10 +00:00
URxvt.scrollBar_right: False
URxvt.scrollBar_floating: False
2018-06-27 14:05:11 +00:00
URxvt.scrollstyle: rxvt
2019-12-07 18:16:09 +00:00
2020-04-15 11:15:10 +00:00
!URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard,tabbed
URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard
2019-12-07 18:16:09 +00:00
! keyboard-select
2020-04-15 11:15:10 +00:00
URxvt.keysym.M-Escape: perl:keyboard-select:activate
2019-12-07 18:16:09 +00:00
URxvt.keysym.M-s: perl:keyboard-select:search
! url-select
URxvt.keysym.M-u: perl:url-select:select_next
2020-04-15 11:15:10 +00:00
URxvt.url-select.autocopy: true
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.button: 2
URxvt.url-select.underline: true
2019-12-07 18:16:09 +00:00
!clipboard
2019-12-08 21:24:19 +00:00
URxvt.keysym.M-c: perl:clipboard:copy
2020-04-15 11:15:10 +00:00
URxvt.keysym.I-c: perl:clipboard:copy
2019-12-08 21:24:19 +00:00
URxvt.keysym.M-v: perl:clipboard:paste
2020-04-15 11:15:10 +00:00
URxvt.keysym.I-v: perl:clipboard:paste
URxvt.clipboard.autocopy: true
2019-12-07 18:16:09 +00:00
! tabbed
2018-06-27 14:05:11 +00:00
! ------------------------------------------------------------------------------
! XTerm
! ------------------------------------------------------------------------------
XTerm*termName: xterm-256color