aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r--src/FbCommands.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc
index f536fd8..1d063e7 100644
--- a/src/FbCommands.cc
+++ b/src/FbCommands.cc
@@ -169,15 +169,6 @@ int ExecuteCmd::run() {
169 return pid; // compiler happy -> we are happy ;) 169 return pid; // compiler happy -> we are happy ;)
170} 170}
171 171
172SetModKeyCmd::SetModKeyCmd(const string& modkey) : m_modkey(modkey) { }
173
174void SetModKeyCmd::execute() {
175 Fluxbox::instance()->setModKey(m_modkey.c_str());
176 Fluxbox::instance()->save_rc();
177 // TODO: we need a better way to do this ...
178 Fluxbox::instance()->reconfigure();
179}
180
181ExportCmd::ExportCmd(const string& name, const string& value) : 172ExportCmd::ExportCmd(const string& name, const string& value) :
182 m_name(name), m_value(value) { 173 m_name(name), m_value(value) {
183} 174}