From c58307ba38e568c9851749ee8e2c721ed4741ca1 Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 14 Apr 2011 12:00:35 +0200 Subject: Merged commands.h into config.h --- commands.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 commands.h (limited to 'commands.h') diff --git a/commands.h b/commands.h deleted file mode 100644 index ce00858..0000000 --- a/commands.h +++ /dev/null @@ -1,13 +0,0 @@ -typedef struct { - KeySym ksym; - Bool reload; - const char *cmdline; -} command_t; - -static command_t commands[] = { - /* ctrl-... reload? command, '#' is replaced by filename */ - { XK_comma, True, "jpegtran -rotate 270 -copy all -outfile # #" }, - { XK_period, True, "jpegtran -rotate 90 -copy all -outfile # #" }, - { XK_less, True, "mogrify -rotate -90 #" }, - { XK_greater, True, "mogrify -rotate +90 #" } -}; -- cgit v1.2.3-54-g00ecf