This commit is contained in:
Jeff Lance 2021-05-05 22:00:05 +02:00
parent 7010fa92bf
commit 97d88dee60

View File

@ -1,12 +1,12 @@
! ------------------------------------------------------------------------------ ! ------------------------------------------------------------------------------
! Theme Configuration ! Theme Configuration
! ------------------------------------------------------------------------------ ! ------------------------------------------------------------------------------
#include ".Xresources.d/themes/jellybeans.res" !#include ".Xresources.d/themes/jellybeans.res"
! ------------------------------------------------------------------------------ ! ------------------------------------------------------------------------------
! ROFI Configuration ! ROFI Configuration
! ------------------------------------------------------------------------------ ! ------------------------------------------------------------------------------
#include ".Xresources.d/rofi/jellybeans.res" !#include ".Xresources.d/rofi/jellybeans.res"
! ------------------------------------------------------------------------------ ! ------------------------------------------------------------------------------
! Xft fonts Configuration ! Xft fonts Configuration
@ -53,38 +53,46 @@ ssh-askpass.Indicator.maximumCount: 24
! ------------------------------------------------------------------------------ ! ------------------------------------------------------------------------------
! Urxvt ! Urxvt
! ------------------------------------------------------------------------------ ! ------------------------------------------------------------------------------
URxvt.perl-lib: /home/jeff/.urxvt/urxvt-perls !URxvt.perl-lib: /home/jeff/.urxvt/urxvt-perls
URxvt*termName: rxvt-color !URxvt*termName: rxvt-color
URxvt*font: xft:Monofur Nerd Font Mono:pixelsize=18:size=13:style=Book !URxvt*font: xft:Inconsolata:pixelsize=12
!URxvt*font: xft:Monospace Regular:pixelsize=18:size=16:style=Book
!URxvt.letterSpace: -1 !URxvt.letterSpace: -1
URxvt.depth: 32 !URxvt.depth: 32
URxvt.geometry: 80x24+877+462 !URxvt.geometry: 80x24+877+462
URxvt.background: rgba:0000/0000/0000/e800 !URxvt.background: rgba:0000/0000/0000/e800
!URxvt*transparent: True URxvt*transparent: True
!URxvt*shading: 15 URxvt*shading: 15
URxvt*scrollBar: False URxvt*scrollBar: False
URxvt.scrollBar_right: False URxvt.scrollBar_right: False
URxvt.scrollBar_floating: False URxvt.scrollBar_floating: False
URxvt.scrollstyle: rxvt URxvt.scrollstyle: rxvt
!URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard,tabbed URxvt.perl-ext-common default,resize-font,vim-insert
URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard URxvt.keysym.C-Up: font-size:increase
! keyboard-select URxvt.keysym.C-Down: font-size:decrease
URxvt.keysym.M-Escape: perl:keyboard-select:activate URxvt.keysym.C-S-Up: font-size:incglobal
URxvt.keysym.M-s: perl:keyboard-select:search URxvt.keysym.C-S-Down: font-size:decglobal
! url-select URxvt.keysym.C-equal: font-size:reset
URxvt.keysym.M-u: perl:url-select:select_next URxvt.keysym.C-slash: font-size:show
URxvt.url-select.autocopy: true !!URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard,tabbed
URxvt.url-select.launcher: /usr/bin/xdg-open !URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard
URxvt.url-select.button: 2 !! keyboard-select
URxvt.url-select.underline: true !URxvt.keysym.M-Escape: perl:keyboard-select:activate
!clipboard !URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-c: perl:clipboard:copy !! url-select
URxvt.keysym.I-c: perl:clipboard:copy !URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-v: perl:clipboard:paste !URxvt.url-select.autocopy: true
URxvt.keysym.I-v: perl:clipboard:paste !URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.clipboard.autocopy: true !URxvt.url-select.button: 2
! tabbed !URxvt.url-select.underline: true
!!clipboard
!URxvt.keysym.M-c: perl:clipboard:copy
!URxvt.keysym.I-c: perl:clipboard:copy
!URxvt.keysym.M-v: perl:clipboard:paste
!URxvt.keysym.I-v: perl:clipboard:paste
!URxvt.clipboard.autocopy: true
!! tabbed
! ------------------------------------------------------------------------------ ! ------------------------------------------------------------------------------
! XTerm ! XTerm