aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rwxr-xr-xsrc/config.h12
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};