mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
session: don't rely on crappy mailcaps
My `~/.mailcap` contains: */*; xdg-open '%s'; test=test -n "$DISPLAY"
This commit is contained in:
parent
388acd1cf9
commit
2dde09faa7
1 changed files with 3 additions and 0 deletions
3
xsession
3
xsession
|
@ -14,6 +14,9 @@ export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
|||
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
# We do not want to rely on crappy mailcap
|
||||
export MAILCAPS=$HOME/.mailcap
|
||||
|
||||
# Environment variables
|
||||
[ -e ~/.zsh/env ] && . ~/.zsh/env
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue