Fix java under awesome
This commit is contained in:
parent
be7db520c5
commit
cea751281d
2 changed files with 2 additions and 0 deletions
1
.bashrc
1
.bashrc
|
|
@ -8,6 +8,7 @@
|
||||||
BLOCKSIZE=K; export BLOCKSIZE
|
BLOCKSIZE=K; export BLOCKSIZE
|
||||||
EDITOR=vim; export EDITOR
|
EDITOR=vim; export EDITOR
|
||||||
PAGER=less; export PAGER
|
PAGER=less; export PAGER
|
||||||
|
_JAVA_AWT_WM_NONREPARENTING=1; export _JAVA_AWT_WM_NONREPARENTING
|
||||||
|
|
||||||
#Foo
|
#Foo
|
||||||
# set ENV to a file invoked each time sh is started for interactive use.
|
# set ENV to a file invoked each time sh is started for interactive use.
|
||||||
|
|
|
||||||
1
.zshrc
1
.zshrc
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
# don't put duplicate lines in the history. See bash(1) for more options
|
# don't put duplicate lines in the history. See bash(1) for more options
|
||||||
export HISTCONTROL=ignoredups
|
export HISTCONTROL=ignoredups
|
||||||
|
_JAVA_AWT_WM_NONREPARENTING=1; export _JAVA_AWT_WM_NONREPARENTING
|
||||||
|
|
||||||
# make less more friendly for non-text input files, see lesspipe(1)
|
# make less more friendly for non-text input files, see lesspipe(1)
|
||||||
[ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"
|
[ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue