mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-09 12:44:32 +02:00
xsession: set _JAVA_AWT_WM_NONREPARENTING to 1 to fix some Java bug
This commit is contained in:
parent
7153d1d201
commit
8664fb3960
1 changed files with 1 additions and 2 deletions
3
xsession
3
xsession
|
@ -12,6 +12,7 @@ export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
||||||
|
|
||||||
# Java fonts are ugly by default
|
# Java fonts are ugly by default
|
||||||
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
|
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
|
||||||
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
|
||||||
# GDM move Xauthority in some obscure place
|
# GDM move Xauthority in some obscure place
|
||||||
# See:
|
# See:
|
||||||
|
@ -26,7 +27,6 @@ export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
|
||||||
[ -x /usr/bin/xbacklight ] && xbacklight = 60 2> /dev/null
|
[ -x /usr/bin/xbacklight ] && xbacklight = 60 2> /dev/null
|
||||||
|
|
||||||
# Configure gnome-terminal
|
# Configure gnome-terminal
|
||||||
|
|
||||||
gnoterm() {
|
gnoterm() {
|
||||||
gconftool-2 --type $1 --set /apps/gnome-terminal/profiles/Default/$2 $3
|
gconftool-2 --type $1 --set /apps/gnome-terminal/profiles/Default/$2 $3
|
||||||
}
|
}
|
||||||
|
@ -46,5 +46,4 @@ gnoterm string palette \
|
||||||
$(sed -n 's/^.color\([0-9]*\): /\1/p' ~/.Xresources | sort -n | \
|
$(sed -n 's/^.color\([0-9]*\): /\1/p' ~/.Xresources | sort -n | \
|
||||||
awk '{print $2}' | tr '\n' ':' | sed 's/:$//')
|
awk '{print $2}' | tr '\n' ':' | sed 's/:$//')
|
||||||
|
|
||||||
|
|
||||||
exec awesome
|
exec awesome
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue