diff options
| author | moetunes <moetunes111@gmail.com> | 2011-10-15 10:05:37 +1000 |
|---|---|---|
| committer | moetunes <moetunes111@gmail.com> | 2011-10-15 10:05:37 +1000 |
| commit | 28546a6982fa1b20f4b28ff05fc294f8ecca1e3b (patch) | |
| tree | 7720cc9c9fd360596f62702e13f35bdac28e3103 /src/config.h | |
| parent | cfd3f3630e5779475e1f0b48af7d04ed3d0a0271 (diff) | |
Added having applications open on a specified desktop
Diffstat (limited to 'src/config.h')
| -rwxr-xr-x | src/config.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index c3ab1b0..d0c58f1 100755 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ - /* config.h for dminiwm.c [ 0.1.2 ] + /* config.h for dminiwm.c [ 0.1.3 ] * * Started from catwm 31/12/10 * Bad window error checking and numlock checking used from @@ -40,6 +40,16 @@ #define FOCUS "#664422" // dkorange #define UNFOCUS "#004050" // blueish +// Applications to a set desktop +static const Convenience convenience[] = { \ + /* class desktop follow */ + { "Thunar", 2, 1 }, + { "Leafpad", 2, 1 }, + { "Firefox", 3, 0 }, + { "Thunderbird", 5, 0 }, + { "Pysol", 6, 0 }, +}; + const char* dmenucmd[] = {"dmenu_run","-i","-nb","#666622","-nf","white",NULL}; const char* urxvtcmd[] = {"urxvtc",NULL}; const char* terminalcmd[] = {"Terminal",NULL}; |
