blob: a26badeb4153ac4a9164d9e85b77339451a4d3d0 (
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
|
# ██ ██
# ░░ ░░
# ██ ██████ ██████ ██████ ██
# ░██░░██░░█ ██░░░░ ██░░░░ ░██
# ░██ ░██ ░ ░░█████ ░░█████ ░██
# ░██ ░██ ░░░░░██ ░░░░░██░██
# ░██░███ ██████ ██████ ░██
# ░░ ░░░ ░░░░░░ ░░░░░░ ░░
#
# ▓▓▓▓▓▓▓▓▓▓
# ░▓ author ▓ xero <x@xero.nu>
# ░▓ code ▓ http://code.xero.nu/dotfiles
# ░▓ mirror ▓ http://git.io/.files
# ░▓▓▓▓▓▓▓▓▓▓
# ░░░░░░░░░░
#
settings = {
core = { real_name = "xero"; user_name = "xero"; nick = "xero"; };
"fe-text" = { actlist_sort = "refnum"; };
"fe-common/core" = {
theme = "nixers.theme";
bell_beeps = "no";
};
};
|