about summary refs log tree commit diff stats
path: root/run.lua
diff options
context:
space:
mode:
Diffstat (limited to 'run.lua')
-rw-r--r--run.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/run.lua b/run.lua
index 59522a5..9a90b61 100644
--- a/run.lua
+++ b/run.lua
@@ -153,9 +153,7 @@ function run.settings()
   if Settings == nil then
     Settings = {}
   end
-  if Current_app == 'run' then
-    Settings.x, Settings.y, Settings.displayindex = App.screen.position()
-  end
+  Settings.x, Settings.y, Settings.displayindex = App.screen.position()
   return {
     x=Settings.x, y=Settings.y, displayindex=Settings.displayindex,
     width=App.screen.width, height=App.screen.height,