diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-10-20 23:54:37 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-10-20 23:54:37 +0200 |
commit | 52a9c8ca52569167b49aed071be10fe2e1bb677b (patch) | |
tree | 3e50bf6cc0f00aa7772ecc891dbe8a0aff286c99 | |
parent | e0a8f381b93ba0e02ed3ac5146773edb8ccac103 (diff) | |
download | surf-52a9c8ca52569167b49aed071be10fe2e1bb677b.tar.gz surf-52a9c8ca52569167b49aed071be10fe2e1bb677b.tar.bz2 surf-52a9c8ca52569167b49aed071be10fe2e1bb677b.zip |
removing comments.
-rw-r--r-- | config.def.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 05bc541..47943cb 100644 --- a/config.def.h +++ b/config.def.h @@ -11,9 +11,6 @@ static time_t sessiontime = 3600; #define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \ "xprop -id $1 -f $0 8s -set $0 `echo -n | dmenu || exit 0`", \ p, winid, NULL } } - - /*"set -x;a=`dmenu < $1 | tee -a $1`; echo >> $1;" \ - //"xprop -f $2 8s -id $3 -set $2 \"$a\"", f, p, winid, NULL } } */ #define MODKEY GDK_CONTROL_MASK static Key keys[] = { /* modifier keyval function arg Focus */ |