summaryrefslogtreecommitdiff
path: root/spotify-shell
diff options
context:
space:
mode:
authorPavel Makhov <pmakhov@touchtunes.com>2018-11-05 17:02:37 -0500
committerPavel Makhov <pmakhov@touchtunes.com>2018-11-05 17:02:37 -0500
commita1827a1ab0aff25192fb1ec2bf5d29d524ea1fa8 (patch)
tree42e4d686b77f1793e6b50474006fbbd6374df512 /spotify-shell
parent7b07eeed8fcf813bab048a54deafadf688a0fd41 (diff)
show shell on focused screen
Diffstat (limited to 'spotify-shell')
-rw-r--r--spotify-shell/spotify-shell.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/spotify-shell/spotify-shell.lua b/spotify-shell/spotify-shell.lua
index e981e06..0611e66 100644
--- a/spotify-shell/spotify-shell.lua
+++ b/spotify-shell/spotify-shell.lua
@@ -23,7 +23,6 @@ local w = wibox {
border_color = '#84bd00',
max_widget_size = 500,
ontop = true,
- screen = mouse.screen,
height = 50,
width = 250,
shape = function(cr, width, height)
@@ -55,7 +54,7 @@ w:setup {
local function launch()
w.visible = true
- awful.placement.top(w, { margins = {top = 40}})
+ awful.placement.top(w, { margins = {top = 40}, parent = awful.screen.focused()})
awful.prompt.run{
prompt = "<b>Spotify Shell</b>: ",
bg_cursor = '#84bd00',