Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
d62fc6ed1d |
3 changed files with 0 additions and 35 deletions
29
.Xresources
29
.Xresources
|
@ -1,29 +0,0 @@
|
|||
! urxvt ------------------------------------------------------------------------
|
||||
URxvt.termName: rxvt-unicode
|
||||
! - use font
|
||||
URxvt.font: -jmk-neep alt-medium-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
URxvt.boldFont: -jmk-neep alt-bold-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
URxvt.italicFont: -jmk-neep alt-medium-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
URxvt.boldItalicFont: -jmk-neep alt-bold-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
! - remove scrollbar
|
||||
URxvt.scrollBar: false
|
||||
! - bell on urgent
|
||||
URxvt.urgentOnBell: true
|
||||
! - larger history limit
|
||||
URxvt.saveLines: 1000000
|
||||
! - disable unneeded modes
|
||||
URxvt.iso14755: false
|
||||
URxvt.iso14755_52: false
|
||||
! - load perl modules
|
||||
URxvt.perl-ext-common: default,resize-font
|
||||
! - resize-font
|
||||
URxvt.keysym.C-minus: resize-font:smaller
|
||||
URxvt.keysym.C-plus: resize-font:bigger
|
||||
URxvt.keysym.C-0: resize-font:reset
|
||||
URxvt.keysym.C-question: resize-font:show
|
||||
! - color scheme
|
||||
URxvt.background: #000000
|
||||
URxvt.foreground: #CCCCCC
|
||||
! - blue
|
||||
URxvt.color4: #6666ff
|
||||
URxvt.color12: #3399FF
|
|
@ -3,6 +3,3 @@
|
|||
!/.config/mimeapps.list
|
||||
!/.config/user-dirs.dirs
|
||||
!/.config/user-dirs.locale
|
||||
!/.gitignore.d/x11
|
||||
!/.Xresources
|
||||
!/.xsession
|
|
@ -1,3 +0,0 @@
|
|||
if [ -r "$HOME/.zprofile" ]; then . "$HOME/.zprofile"; fi
|
||||
|
||||
exec i3
|
Loading…
Reference in a new issue