Compare commits
13 commits
Author | SHA1 | Date | |
---|---|---|---|
77ca3d906a | |||
d46585227b | |||
c3eb93bada | |||
cc56e45402 | |||
f9dc8eaf03 | |||
a5c98a4930 | |||
1b68b98153 | |||
5545da8277 | |||
50ed160d5e | |||
1f08f253d9 | |||
671718ba46 | |||
0a183576fa | |||
c5609de5df |
5 changed files with 46 additions and 15 deletions
27
.Xresources
27
.Xresources
|
@ -1,10 +1,16 @@
|
|||
! 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
|
||||
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
|
||||
|
@ -17,16 +23,15 @@ 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
|
||||
|
||||
! xpdf -------------------------------------------------------------------------
|
||||
xpdf*enableFreetype: yes
|
||||
xpdf*antialias: yes
|
||||
xpdf*foreground: black
|
||||
xpdf*background: white
|
||||
xpdf*urlCommand: /usr/bin/qutebrowser %s
|
||||
URxvt.color12: #3399FF
|
||||
|
|
2
.config/gtk-3.0/settings.ini
Normal file
2
.config/gtk-3.0/settings.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Settings]
|
||||
gtk-application-prefer-dark-theme=1
|
24
.config/mimeapps.list
Normal file
24
.config/mimeapps.list
Normal file
|
@ -0,0 +1,24 @@
|
|||
[Default Applications]
|
||||
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;
|
|
@ -6,7 +6,7 @@
|
|||
# absolute path. No other format is supported.
|
||||
#
|
||||
XDG_DESKTOP_DIR="$HOME/"
|
||||
XDG_DOWNLOAD_DIR="$HOME/"
|
||||
XDG_DOWNLOAD_DIR="$HOME/tmp/"
|
||||
XDG_TEMPLATES_DIR="$HOME/"
|
||||
XDG_PUBLICSHARE_DIR="$HOME/share/"
|
||||
XDG_DOCUMENTS_DIR="$HOME/"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
*
|
||||
!/.config
|
||||
!/.config/gtk-3.0/settings.ini
|
||||
!/.config/mimeapps.list
|
||||
!/.config/user-dirs.dirs
|
||||
!/.config/user-dirs.locale
|
||||
!/.gitignore.d
|
||||
!/.gitignore.d/x11
|
||||
!/.Xresources
|
||||
!/.xsession
|
||||
|
|
Loading…
Reference in a new issue