aboutsummaryrefslogtreecommitdiff
path: root/util/fluxbox-remote.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/fluxbox-remote.cc')
-rw-r--r--util/fluxbox-remote.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fluxbox-remote.cc b/util/fluxbox-remote.cc
index 67c2193..56ba8ad 100644
--- a/util/fluxbox-remote.cc
+++ b/util/fluxbox-remote.cc
@@ -40,7 +40,7 @@ int main(int argc, char **argv) {
40 return EXIT_FAILURE; 40 return EXIT_FAILURE;
41 } 41 }
42 42
43 Atom fbcmd_atom = XInternAtom(disp, "_FLUXBOX_COMMAND", False); 43 Atom fbcmd_atom = XInternAtom(disp, "_FLUXBOX_ACTION", False);
44 Window root = DefaultRootWindow(disp); 44 Window root = DefaultRootWindow(disp);
45 45
46 char *str = argv[1]; 46 char *str = argv[1];