summaryrefslogtreecommitdiff
path: root/src/screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.hh')
-rw-r--r--src/screen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.hh b/src/screen.hh
index 457ca324..65eacaee 100644
--- a/src/screen.hh
+++ b/src/screen.hh
@@ -165,7 +165,7 @@ public:
inline bool managed() const { return _managed; }
//! Returns the config options set by the user scripts
- const Config& config() const { return _config; }
+ Config& config() { return _config; }
//! An offscreen window which gets focus when nothing else has it
inline Window focuswindow() const { return _focuswindow; }