mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-21 16:53:33 +01:00
URxvt Xresources added
This commit is contained in:
parent
e07631588c
commit
13dc87abe2
2 changed files with 28 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
~/.xinitrc: X11/xinitrc
|
||||
~/.xsession: X11/xsession
|
||||
~/.Xresources: X11/Xresources
|
||||
~/.Xresources.d/urxvt: urxvt/Xresources
|
||||
~/.config/user-dirs.dirs: X11/user-dirs.dirs
|
||||
~/.config/awesome: awesome
|
||||
~/.config/redshift.conf: redshift/redshift.conf
|
||||
|
|
27
urxvt/Xresources
Normal file
27
urxvt/Xresources
Normal file
|
@ -0,0 +1,27 @@
|
|||
! URxvt
|
||||
URxvt*loginShell: true
|
||||
URxvt*scrollBar: false
|
||||
URxvt*scrollBar_right: true
|
||||
|
||||
!! URxvt Styling
|
||||
URxvt*foreground: #4ad5e1
|
||||
URxvt*boldFont:
|
||||
URxvt*italicFont:
|
||||
URxvt*bolditalicFont:
|
||||
URxvt*letterSpace: -1
|
||||
URxvt*linespace: -1
|
||||
URxvt*transparent: false
|
||||
!URxvt*inheritPixmap: true
|
||||
!URxvt*shading: 80
|
||||
|
||||
|
||||
!! URxvt extensions
|
||||
URxvt.perl-ext: default,clipboard,url-select
|
||||
URxvt.url-select.underline: false
|
||||
URxvt.url-select.launcher: /usr/bin/xdg-open
|
||||
URxvt.url-select.autocopy: true
|
||||
URxvt.clipboard.autocopy: true
|
||||
URxvt.clipboard.copycmd: xsel -ib
|
||||
URxvt.clipboard.pastecmd: xsel -ob
|
||||
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
|
||||
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
|
Loading…
Reference in a new issue