i3 + zshrc updates
parent
ba6f850076
commit
9cf28569b6
|
@ -158,7 +158,7 @@ bar {
|
||||||
# Custom stats
|
# Custom stats
|
||||||
default_border pixel 1
|
default_border pixel 1
|
||||||
exec $HOME/.screenlayout/main.sh
|
exec $HOME/.screenlayout/main.sh
|
||||||
#workspace 1 output DP-0
|
workspace 1 output HDMI-A-1
|
||||||
#workspace 2 output HDMI-0
|
workspace 2 output HDMI-A-0
|
||||||
#workspace 3 output DVI-I-1
|
#workspace 3 output DVI-I-1
|
||||||
bindsym $mod+Shift+f focus parent; fullscreen; focus child
|
bindsym $mod+Shift+f focus parent; fullscreen; focus child
|
||||||
|
|
5
zshrc
5
zshrc
|
@ -8,10 +8,11 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Customl binaries
|
# Customl binaries
|
||||||
export PATH=/opt/minecraft-launcher:$PATH
|
|
||||||
export PATH=$HOME/.cargo/bin:$PATH
|
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
|
export PATH=$HOME/.cargo/bin:$PATH
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
|
export PATH=$HOME/.local/share/flatpak/exports/bin:$PATH
|
||||||
|
export PATH=$HOME/.local/minecraft-launcher:$PATH
|
||||||
|
|
||||||
# ZSH
|
# ZSH
|
||||||
export ZSH=$HOME/.oh-my-zsh
|
export ZSH=$HOME/.oh-my-zsh
|
||||||
|
|
Loading…
Reference in New Issue