diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-19 21:14:21 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-19 21:20:12 +0200 |
| commit | b08395a881c10d7e418edba31acda09c53ee1a00 (patch) | |
| tree | 1cd8f883759074d6a01b3a27fd5f7bd53d240c16 /config.def.h | |
| parent | bd36ff5a01becf4ed572563e47da1c7c35f92e93 (diff) | |
rule to spawn specified clients as floating
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 44b23bc..2e4d113 100644 --- a/config.def.h +++ b/config.def.h @@ -28,9 +28,9 @@ /** open applications to specified desktop **/ static const AppRule rules[] = { \ - /* class desktop follow */ /* desktop index starts from 0 */ - { "MPlayer", 3, True }, /* if there are 4 desktops, 3 is the */ - { "Chromium", 0, False }, /* last desktop, 0 is always the fist */ + /* class desktop follow float */ /* desktop index starts from 0 */ + { "MPlayer", 3, True, False }, /* if there are 4 desktops, 3 is the */ + { "Gimp", 0, False, True }, /* last desktop, 0 is always the fist */ }; /* helper for spawning shell commands */ |
