mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
1.1.0 Added dotfiles from my old PC
This commit is contained in:
11
IMPORTED_FROM_MANJARO/.zprofile
Normal file
11
IMPORTED_FROM_MANJARO/.zprofile
Normal file
@@ -0,0 +1,11 @@
|
||||
PATH="/usr/local/sbin:/usr/bin/core_perl:/usr/local/bin:/usr/bin:$HOME/.config/bspwm/panel:$HOME/.bin"
|
||||
source $HOME/.profile
|
||||
export PANEL_FIFO="/tmp/panel-fifo"
|
||||
export PATH
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export BSPWM_SOCKET="/tmp/bspwm-socket"
|
||||
export XDG_CONFIG_DIRS=/usr/etc/xdg:/etc/xdg
|
||||
export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY
|
||||
#[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec starx
|
||||
# Following automatically calls "startx" when you login:
|
||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- -keeptty -nolisten tcp > ~/.xorg.log 2>&1
|
||||
Reference in New Issue
Block a user