add colors for i3

This commit is contained in:
Jeff Lance 2023-04-24 21:38:15 +02:00
parent d47c98d836
commit a3161dfaac

View File

@ -53,14 +53,14 @@ 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:Inconsolata:pixelsize=12 ! URxvt*font: xft:Inconsolata:pixelsize=12
!URxvt*font: xft:Monospace Regular:pixelsize=18:size=16:style=Book ! 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.internalBorder: 6 ! URxvt.internalBorder: 6
! URxvt*transparent: True ! URxvt*transparent: True
! URxvt*shading: 15 ! URxvt*shading: 15
@ -76,23 +76,23 @@ ssh-askpass.Indicator.maximumCount: 24
! URxvt.keysym.C-S-Down: font-size:decglobal ! URxvt.keysym.C-S-Down: font-size:decglobal
! URxvt.keysym.C-equal: font-size:reset ! URxvt.keysym.C-equal: font-size:reset
! URxvt.keysym.C-slash: font-size:show ! URxvt.keysym.C-slash: font-size:show
!!URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard,tabbed ! URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard,tabbed
!URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard ! URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard
!! keyboard-select !! keyboard-select
!URxvt.keysym.M-Escape: perl:keyboard-select:activate ! URxvt.keysym.M-Escape: perl:keyboard-select:activate
!URxvt.keysym.M-s: perl:keyboard-select:search ! URxvt.keysym.M-s: perl:keyboard-select:search
!! url-select !! url-select
!URxvt.keysym.M-u: perl:url-select:select_next ! URxvt.keysym.M-u: perl:url-select:select_next
!URxvt.url-select.autocopy: true ! URxvt.url-select.autocopy: true
!URxvt.url-select.launcher: /usr/bin/xdg-open ! URxvt.url-select.launcher: /usr/bin/xdg-open
!URxvt.url-select.button: 2 ! URxvt.url-select.button: 2
!URxvt.url-select.underline: true ! URxvt.url-select.underline: true
!!clipboard !!clipboard
!URxvt.keysym.M-c: perl:clipboard:copy ! URxvt.keysym.M-c: perl:clipboard:copy
!URxvt.keysym.I-c: perl:clipboard:copy ! URxvt.keysym.I-c: perl:clipboard:copy
!URxvt.keysym.M-v: perl:clipboard:paste ! URxvt.keysym.M-v: perl:clipboard:paste
!URxvt.keysym.I-v: perl:clipboard:paste ! URxvt.keysym.I-v: perl:clipboard:paste
!URxvt.clipboard.autocopy: true ! URxvt.clipboard.autocopy: true
!! tabbed !! tabbed
! ------------------------------------------------------------------------------ ! ------------------------------------------------------------------------------