diff options
Diffstat (limited to 'example.ini')
-rw-r--r-- | example.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/example.ini b/example.ini index cffeb64..51975d4 100644 --- a/example.ini +++ b/example.ini @@ -2,8 +2,9 @@ ; Debug mode prints more verbose messages DEBUG = 0 -; Cursor theme (int from https://tronche.com/gui/x/xlib/appendix/b/) -CURSOR = 68 +; Cursor theme (int from https://tronche.com/gui/x/xlib/appendix/b/ - e.g. 68) +; set -1 to use default (requires xsetroot) +CURSOR = -1 ; Border width BORDER = 1 @@ -38,7 +39,7 @@ MENU = d ; Exit window manager QUIT = p -; Switch desktops (tags) +; Switch desktops (tags) - 23: Tab TAGSWAP = 23 TAG0 = 0 TAG1 = 1 |