aboutsummaryrefslogtreecommitdiff
path: root/config.default
blob: 57ed71b6ba060c4ac77e455b9117fe3dc18a3c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# vi: ft=sh

# Configuration variables are sourced in .bashrc and
# bash_profile
#
# Booleans are case-sensitive. only "yes" counts as true,
# everything else is false.

# SSH Agent
SA_SSH_AGENT_STATIC='no'
SA_SSH_SOCKET="/var/run/user/$UID/ssh-agent.sock"
SA_SSH_PIDFILE="/var/run/user/$UID/ssh-agent.pid"

# BashBoard
BB_ENABLE="no"
BB_HIST_DIR="$HOME/.cache/bashboard/"
BB_LIST_LEN=5
BB_PRUNE_DAYS=5
BB_COLOR_HIGHLIGHT="\e[0;34m"
BB_COLOR_RESET="\e[39m"

FORCE_VANILLA_VIM="no"

# Autostart Desktop on TTY
WM_AUTO_START="no"
WM_TTY="/dev/tty1"
WM_WM="sway"