]> git.mjollnir.org Git - dotfiles/zsh.git/commitdiff
add alias to wmname to fix annoying java problems
authorPenny Leach <penny@mjollnir.org>
Fri, 18 Sep 2009 09:45:23 +0000 (11:45 +0200)
committerPenny Leach <penny@mjollnir.org>
Fri, 18 Sep 2009 09:45:23 +0000 (11:45 +0200)
.zsh.d/S05_aliases

index ea5c68ae277db42e79757d5aa266010374660dff..3911fc558c8d34f931fc6a48387582c089d76afa 100644 (file)
@@ -22,4 +22,7 @@ alias us='setxkbmap us'
 # lazy screen reattaching
 alias s='screen -dr irc'
 
+# fix that stupid java annoying bug
+alias fixjava='wmname LG3D'
+
 # vim:ft=zsh