diff options
| author | moetunes <moetunes111@gmail.com> | 2011-10-15 14:55:45 +1000 |
|---|---|---|
| committer | moetunes <moetunes111@gmail.com> | 2011-10-15 14:55:45 +1000 |
| commit | a141f4c8bf3188a371ce7a43f27f95f44627d0c0 (patch) | |
| tree | 10d6b9050b9e727e49fa9609554875c48ce1c63a /src/config.h | |
| parent | 28546a6982fa1b20f4b28ff05fc294f8ecca1e3b (diff) | |
Fine tuned the maprequest function
Diffstat (limited to 'src/config.h')
| -rwxr-xr-x | src/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index d0c58f1..10843a3 100755 --- a/src/config.h +++ b/src/config.h @@ -35,17 +35,19 @@ #define DEFAULT_MODE 0 /* 0=Vertical, 1=Fullscreen 2=Horizontal 3=grid*/ #define FOLLOW_MOUSE 0 /* 1=Don't 0=Focus the window the mouse just entered */ #define FOLLOW_WINDOW 0 /* 1=Don't 0=Follow the window when moved to a different desktop */ +#define DESKTOPS 6 /* Must edit DESKTOPCHANGE keys to suit */ // Colors #define FOCUS "#664422" // dkorange #define UNFOCUS "#004050" // blueish -// Applications to a set desktop +// Applications to a specific desktop static const Convenience convenience[] = { \ /* class desktop follow */ { "Thunar", 2, 1 }, { "Leafpad", 2, 1 }, { "Firefox", 3, 0 }, + { "MPlayer", 4, 1 }, { "Thunderbird", 5, 0 }, { "Pysol", 6, 0 }, }; |
