aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-04-14 12:00:35 +0200
committerBert <ber.t@gmx.com>2011-04-14 12:00:35 +0200
commitc58307ba38e568c9851749ee8e2c721ed4741ca1 (patch)
treec74966b4788c48b388995c48da3efb91646e0aa0 /commands.h
parent75c79bef6fb75c5cb897c82237df11a22766673c (diff)
downloadnsxiv-c58307ba38e568c9851749ee8e2c721ed4741ca1.tar.zst
Merged commands.h into config.h
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h13
1 files changed, 0 insertions, 13 deletions
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 #" }
-};