mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-03 17:54:31 +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
|
||||
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
# GDM move Xauthority in some obscure place
|
||||
# See:
|
||||
|
@ -26,7 +27,6 @@ export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
|
|||
[ -x /usr/bin/xbacklight ] && xbacklight = 60 2> /dev/null
|
||||
|
||||
# Configure gnome-terminal
|
||||
|
||||
gnoterm() {
|
||||
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 | \
|
||||
awk '{print $2}' | tr '\n' ':' | sed 's/:$//')
|
||||
|
||||
|
||||
exec awesome
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue