Compare commits
3 Commits
f1279adac4
...
9a921aa73f
Author | SHA1 | Date | |
---|---|---|---|
9a921aa73f | |||
d26c2e9012 | |||
644085925b |
@ -54,6 +54,10 @@
|
|||||||
libqalculate
|
libqalculate
|
||||||
arduino-cli
|
arduino-cli
|
||||||
|
|
||||||
|
gimp
|
||||||
|
krita
|
||||||
|
inkscape
|
||||||
|
|
||||||
ani-cli
|
ani-cli
|
||||||
ytfzf
|
ytfzf
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
nethack_options = {
|
nethack_options = {
|
||||||
windowtype = "curses";
|
windowtype = "curses";
|
||||||
align_message = "bottom";
|
align_message = "top";
|
||||||
msg_window = "reverse";
|
msg_window = "reverse";
|
||||||
msghistory = 1000;
|
msghistory = 1000;
|
||||||
statuslines = 3;
|
statuslines = 3;
|
||||||
@ -24,30 +24,12 @@
|
|||||||
autopickup = true;
|
autopickup = true;
|
||||||
pickup_burden = "B";
|
pickup_burden = "B";
|
||||||
disclose = "+iagcvo";
|
disclose = "+iagcvo";
|
||||||
sortloot = "full";
|
sortloot = "none";
|
||||||
runmode = "crawl";
|
runmode = "walk";
|
||||||
boulder = "0";
|
boulder = "0";
|
||||||
|
|
||||||
gender = "male";
|
gender = "male";
|
||||||
};
|
pickup_types = ''$!=/?'';
|
||||||
|
|
||||||
choose_options = {
|
|
||||||
wizard.nethack_options = {
|
|
||||||
race = "elf";
|
|
||||||
role = "wizard";
|
|
||||||
pickup_types = ''$!="+?'';
|
|
||||||
};
|
|
||||||
|
|
||||||
tourist.nethack_options = {
|
|
||||||
role = "tourist";
|
|
||||||
pickup_types = ''$!="+?'';
|
|
||||||
};
|
|
||||||
|
|
||||||
caveman.nethack_options = {
|
|
||||||
race = "dwarf";
|
|
||||||
role = "caveman";
|
|
||||||
pickup_types = ''$!=%"?()'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hilite_status = {
|
hilite_status = {
|
||||||
|
Loading…
Reference in New Issue
Block a user