diff options
Diffstat (limited to 'example.ini')
-rw-r--r-- | example.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example.ini b/example.ini index abc7f85..9164398 100644 --- a/example.ini +++ b/example.ini @@ -2,6 +2,9 @@ ; Debug mode prints more verbose messages DEBUG = 0 +; Cursor theme (int from https://tronche.com/gui/x/xlib/appendix/b/) +CURSOR = 68 + ; Border width BORDER = 1 |