|++++++++++++++++++++++++++++++++++++|
|+ Sample NovaWM Configuration File +|
|++++++++++++++++++++++++++++++++++++|

|+ Anything beginning with '|+' is a comment

|+++++++++++++++++++++++++++++++++++++++++++++++++|
|+ NovaWM Configuration files are designed to be +|
|+ flexible. It may even look like a script      +|
|+ This file can even be seperated into multiple +|
|+ files. Defining the menu seperately is common.+|
|+++++++++++++++++++++++++++++++++++++++++++++++++|

|++++++++++++++++++++++++++++++++++++++++++++++++++++|
|+ For more information about the configuration see +|
|+ novawm_config.html in docs/ or on NovaWM's site  +|
|++++++++++++++++++++++++++++++++++++++++++++++++++++|

|+ Setting a path to look for other files is recommened but not
|+ required, if not set it will look in the same directory as this file
setpath $HOME

|+ Include the menu definition
include novawm.menu

|+ Start NovaWM Config Definition

define NovaWM_Config start

|+ Focus Settings
focus_type = click

|+ NovaBar Settings
novabar_disable = false |+ Show the NovaBar
clock_disable = false
clock_format = AM_PM |+ Set the clock to AM/PM Format

root_menus_enable = false |+ Disable both root menus

startup_commands = { "~/img/setimg.sh", "novatk_dmgr" }

|+ End of the NovaWM Config Definition
define NovaWM_Config end

