diff options
author | btkoch <brandon@brandon-desktop.localdomain> | 2023-11-27 13:51:31 -0500 |
---|---|---|
committer | btkoch <brandon@brandon-desktop.localdomain> | 2023-11-27 13:51:31 -0500 |
commit | b8ed6bb138b28ba3632b51b840b6d1be5e4decec (patch) | |
tree | 3c36b5e800ba162369809ad3555acdc2932f961f /poop.txt | |
parent | e81f17d4c196aaed6893fd4beed49991caa3e2a4 (diff) |
update
Diffstat (limited to 'poop.txt')
-rw-r--r-- | poop.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/poop.txt b/poop.txt new file mode 100644 index 0000000..7a14fe1 --- /dev/null +++ b/poop.txt @@ -0,0 +1,11 @@ +--- config.def.h Tue Dec 04 21:54:44 2012 +0200 ++++ config.def.h Tue Dec 04 21:54:44 2012 +0200 +@@ -54,6 +54,8 @@ + static const char *termcmd[] = { "urxvtc", NULL }; + static const char *filemancmd[] = { "thunar", NULL }; + ++#include "selfrestart.c" ++ + static Key keys[] = { + /* modifier key function argument */ + { MODKEY, XK_r, spawn, {.v = dmenucmd } }, |