enable xmodmap + minecraft-launcher

master
Paul Wako 2019-08-25 11:04:01 -04:00
parent 95a1931853
commit 9d9f67533f
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
xsetroot -cursor_name left_ptr
xbindkeys
#xmodmap ~/.Xmodmap
xmodmap ~/.Xmodmap
#nm-applet &
#discord &
#slack &

3
zshrc
View File

@ -7,7 +7,8 @@ else
export TERM='screen-256color'
fi
# Local binaries
# Customl binaries
export PATH=/opt/minecraft-launcher:$PATH
export PATH=$HOME/.cargo/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
export GOPATH=$HOME/go