From 28546a6982fa1b20f4b28ff05fc294f8ecca1e3b Mon Sep 17 00:00:00 2001 From: moetunes Date: Sat, 15 Oct 2011 10:05:37 +1000 Subject: Added having applications open on a specified desktop --- src/config.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/config.h') 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}; -- cgit v1.3.1