1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-05 05:01:43 +00:00

Minor changes

This commit is contained in:
J. Fernando Sánchez 2020-04-15 17:27:00 +02:00
parent 10dc194dc6
commit c3064a3d76
2 changed files with 2 additions and 2 deletions

View File

@ -24,3 +24,5 @@ fi
if [ -f $HOME/.Xmodmap ]; then
/usr/bin/xmodmap $HOME/.Xmodmap 2>/dev/null &
fi
export PATH="$HOME/.cargo/bin:$PATH"

View File

@ -1,2 +0,0 @@
#!/bin/bash
one-window "terminator" "xdotool windowfocus \$WID & xdotool key ctrl+shift+t;" "/usr/bin/terminator $*"