dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit e9affe7e8bb4d6612205920d05c36b6d2b39ff3c
parent c049a8cd985742266a2d24c52bb5e9d4293403ad
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu,  2 Dec 2021 18:05:17 +0100

xinitrc: fix ghidra

Diffstat:
Mxinitrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/xinitrc b/xinitrc @@ -30,6 +30,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi wal -R && xdotool key "super+shift+r" export SHLVL=1 +export _JAVA_AWT_WM_NONREPARENTING=1 # otherwise Ghidra shows a blank screen eval $(ssh-agent) command -v VBoxClient-all >/dev/null 2>&1 && VBoxClient-all xset r rate 300 50 &