aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authormoetunes <moetunes111@gmail.com>2011-10-23 12:24:40 +1000
committermoetunes <moetunes111@gmail.com>2011-10-23 12:24:40 +1000
commit2aa7e4d8a07d18b0ad3f22d3adc9bfba0a79a4d3 (patch)
treeac36b951ee2e16ac568e9038938195dfa3892dc2 /src/config.h
parent7ca237aaf8e4890d4058c3f1e2a148f12b3d20c7 (diff)
Fine tuned how popup windows aren't managed to include notification windows
Diffstat (limited to 'src/config.h')
-rwxr-xr-xsrc/config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index 12d3340..677631e 100755
--- a/src/config.h
+++ b/src/config.h
@@ -45,8 +45,9 @@
static const Convenience convenience[] = { \
/* class desktop follow */
{ "Thunar", 2, 1 },
- { "Leafpad", 2, 1 },
+ //{ "Leafpad", 2, 1 },
{ "Firefox", 3, 0 },
+ { "Links", 3, 1 },
{ "MPlayer", 4, 1 },
{ "Thunderbird", 5, 0 },
{ "Pysol", 6, 0 },
@@ -57,7 +58,7 @@ const char* urxvtcmd[] = {"urxvtc",NULL};
const char* terminalcmd[] = {"Terminal",NULL};
const char* thunarcmd[] = {"thunar",NULL};
const char* firefoxcmd[] = {"firefox",NULL};
-const char* conkerorcmd[] = {"conkeror",NULL};
+const char* webcmd[] = {"links","-g",NULL};
const char* mailcmd[] = {"thunderbird",NULL };
const char* voldowncmd[] = {"/home/pnewm/.bin/voldown",NULL};
const char* volupcmd[] = {"/home/pnewm/.bin/volup",NULL};
@@ -102,7 +103,7 @@ static key keys[] = {
{ MOD4, XK_Left, prev_desktop, {NULL}},
{ MOD4, XK_e, spawn, {.com = mailcmd}},
{ MOD4, XK_f, spawn, {.com = firefoxcmd}},
- { MOD4, XK_w, spawn, {.com = conkerorcmd}},
+ { MOD4, XK_w, spawn, {.com = webcmd}},
{ MOD4, XK_h, spawn, {.com = thunarcmd}},
{ MOD4, XK_t, spawn, {.com = terminalcmd}},
{ MOD4, XK_v, spawn, {.com = vols_what}},