summaryrefslogtreecommitdiffstats
path: root/x/.profile
blob: fcd358cd602fc0e6eee1145602b5df5c86533e26 (plain) (blame)
1
2
3
4
5
6
7
export PATH="$HOME/.local/bin:$HOME/.cabal/bin:$PATH"
PANEL_FIFO=/tmp/panel-fifo
PANEL_HEIGHT=24
PANEL_FONT_FAMILY1="-*-termsyn-medium-r-normal-*-13-*-*-*-c-*-*-1"
PANEL_FONT_FAMILY2="-*-uushi-medium-*-*-*-11-*-*-*-*-*-*-*"
PANEL_FONT_FAMILY3="-*-lemon-medium-*-*-*-11-*-*-*-*-*-*-*"
export PANEL_FIFO PANEL_HEIGHT PANEL_FONT_FAMILY1 PANEL_FONT_FAMILY2 PANEL_FONT_FAMILY3