aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-12-27 21:18:55 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-12-27 21:18:55 +0200
commit4760e3b4b3c8486be9c0848076a9e4037f86778d (patch)
treecbe47e1b6a5a4430220c34731c8d01caaee8efab
parenta632190a5a8b1b6653197dddcd3e099971714c87 (diff)
three desktops for me
-rw-r--r--config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.h b/config.h
index 19d836f..cabeedc 100644
--- a/config.h
+++ b/config.h
@@ -39,14 +39,14 @@
#define BORDER_WIDTH 2 /* window border width */
#define FOCUS "#ff950e" /* focused window border color */
#define UNFOCUS "#444444" /* unfocused window border color */
-#define DESKTOPS 4 /* number of desktops - edit DESKTOPCHANGE keys to suit */
+#define DESKTOPS 3 /* number of desktops - edit DESKTOPCHANGE keys to suit */
#define DEFAULT_DESKTOP 0 /* the desktop to focus on exec */
#define MINWSZ 50 /* minimum window size in pixels */
/** open applications to specified desktop **/
static const AppRule rules[] = { \
/* class desktop follow */
- { "MPlayer", 3, True },
+ { "MPlayer", 2, True },
};
/* helper for spawning shell commands */
@@ -112,7 +112,6 @@ static key keys[] = {
DESKTOPCHANGE( XK_F1, 0)
DESKTOPCHANGE( XK_F2, 1)
DESKTOPCHANGE( XK_F3, 2)
- DESKTOPCHANGE( XK_F4, 3)
};
#endif