mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Move GOPATH
This commit is contained in:
parent
0de2782d06
commit
0c30c34384
1 changed files with 4 additions and 1 deletions
5
profile
5
profile
|
@ -1,9 +1,12 @@
|
||||||
# make Java behave when not using a DE
|
# make Java behave when not using a DE
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
# move $GOPATH to .local
|
||||||
|
export GOPATH="$HOME/.local/opt/go"
|
||||||
|
export PATH="$HOME/.local/opt/go/bin:$PATH"
|
||||||
# add .local/bin to $PATH
|
# add .local/bin to $PATH
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
# make GTK apps scale correctly on hidpi
|
# make GTK apps scale correctly on hidpi
|
||||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 thunar
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 thunar
|
||||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 'simple-scan'
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 "simple-scan"
|
||||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 lutris
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 lutris
|
||||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 spotify
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 spotify
|
||||||
|
|
Loading…
Reference in a new issue