commit 5099893df8857b365a30b11ea7692dc9433e5a1a parent d8afa615ee01fab6a54b948efb7f6f9be0799161 Author: Alexander Balgavy <alexander.balgavy@spaceapplications.com> Date: Mon, 2 Oct 2023 17:43:46 +0200 xinitrc: fix various things Diffstat:
M | xinitrc | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/xinitrc b/xinitrc @@ -27,17 +27,17 @@ if [ -z "$DOTFILES" ]; then . "$DOTFILES"/shell/paths fi [ -z "$TERMINAL" ] && export TERMINAL="st" -setxkbmap -option ctrl:nocaps & -xcape & -{ wal -R && xdotool key "super+shift+r"; } & export SHLVL=1 export _JAVA_AWT_WM_NONREPARENTING=1 # otherwise Ghidra shows a blank screen -{ killall ssh-agent && eval $(ssh-agent -s); } & -command -v VBoxClient-all >/dev/null 2>&1 && VBoxClient-all & +{ killall ssh-agent; eval $(ssh-agent -s); } & +#command -v VBoxClient-all >/dev/null 2>&1 && VBoxClient-all & xset r rate 300 50 & dwmblocks 2>/var/log/dwm/dwmblocks.log & dunst 2>/var/log/dunst/dunst.log & -unclutter & -# xcompmgr -f -c -C -D 2 & +unclutter-xfixes & sxhkd 2>/var/log/sxhkd/sxhkd.log & -exec $HOME/.scripts/startdwm +picom & +setxkbmap -option ctrl:nocaps & +xcape & +{ wal -R; xdotool key "super+shift+r"; } & +exec $HOME/Documents/dotfiles/scripts/startdwm