blob: a0ee42dd51f0b97285ad466433b57dbfa0e73536 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#This variable configures the symmetry of the given cells
# in the puzzle. Valid options are:
# none, rotate90, rotate180, mirror, flip, or random
SYMMETRY=random
#Text editor to open config file
PREFERRED_EDITOR=${EDITOR-nano}
#This variable defines the png that shows in the notifications
#These images are in the /usr/share/tui-sudoku/png/ directory.
PREFERRED_PNG=2sudoku.png
|