Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
d62fc6ed1d |
4 changed files with 1 additions and 65 deletions
37
.Xresources
37
.Xresources
|
@ -1,37 +0,0 @@
|
||||||
! urxvt ------------------------------------------------------------------------
|
|
||||||
URxvt.termName: rxvt-unicode
|
|
||||||
! - use font
|
|
||||||
Xft.autohint: 0
|
|
||||||
Xft.lcdfilter: lcddefault
|
|
||||||
Xft.hintstyle: hintslight
|
|
||||||
Xft.hinting: 1
|
|
||||||
Xft.antialias: 1
|
|
||||||
URxvt.letterSpace: -1
|
|
||||||
URxvt.font: xft:NotoSansMono-Regular:size=8
|
|
||||||
URxvt.boldFont: xft:NotoSansMono-Bold:size=8
|
|
||||||
URxvt.italicFont: xft:NotoSansMono-Regular:size=8
|
|
||||||
URxvt.boldItalicFont: xft:NotoSansMono-Regular:size=8
|
|
||||||
! - 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
|
|
||||||
URxvt.resize-font.step: 1
|
|
||||||
! - color scheme
|
|
||||||
URxvt.background: #000000
|
|
||||||
URxvt.foreground: #CCCCCC
|
|
||||||
URxvt.cursorColor: #00cc00
|
|
||||||
! - blue
|
|
||||||
URxvt.color4: #6666ff
|
|
||||||
URxvt.color12: #3399FF
|
|
|
@ -1,24 +1,3 @@
|
||||||
|
|
||||||
[Default Applications]
|
[Default Applications]
|
||||||
application/pdf=atril.desktop
|
application/pdf=atril.desktop
|
||||||
x-scheme-handler/http=firefox-esr.desktop
|
|
||||||
x-scheme-handler/https=firefox-esr.desktop
|
|
||||||
x-scheme-handler/chrome=firefox-esr.desktop
|
|
||||||
text/html=firefox-esr.desktop
|
|
||||||
application/x-extension-htm=firefox-esr.desktop
|
|
||||||
application/x-extension-html=firefox-esr.desktop
|
|
||||||
application/x-extension-shtml=firefox-esr.desktop
|
|
||||||
application/xhtml+xml=firefox-esr.desktop
|
|
||||||
application/x-extension-xhtml=firefox-esr.desktop
|
|
||||||
application/x-extension-xht=firefox-esr.desktop
|
|
||||||
|
|
||||||
[Added Associations]
|
|
||||||
x-scheme-handler/http=firefox-esr.desktop;
|
|
||||||
x-scheme-handler/https=firefox-esr.desktop;
|
|
||||||
x-scheme-handler/chrome=firefox-esr.desktop;
|
|
||||||
text/html=firefox-esr.desktop;
|
|
||||||
application/x-extension-htm=firefox-esr.desktop;
|
|
||||||
application/x-extension-html=firefox-esr.desktop;
|
|
||||||
application/x-extension-shtml=firefox-esr.desktop;
|
|
||||||
application/xhtml+xml=firefox-esr.desktop;
|
|
||||||
application/x-extension-xhtml=firefox-esr.desktop;
|
|
||||||
application/x-extension-xht=firefox-esr.desktop;
|
|
||||||
|
|
|
@ -3,6 +3,3 @@
|
||||||
!/.config/mimeapps.list
|
!/.config/mimeapps.list
|
||||||
!/.config/user-dirs.dirs
|
!/.config/user-dirs.dirs
|
||||||
!/.config/user-dirs.locale
|
!/.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