mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-15 19:48:04 +01:00
Open links by xdg-open instead of chrome
This commit is contained in:
parent
63d3c3dd1d
commit
7478043604
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ local function worker(args)
|
|||
}
|
||||
|
||||
row:connect_signal("button::release", function(_, _, _, button)
|
||||
spawn.with_shell("google-chrome " .. item.link)
|
||||
spawn.with_shell("xdg-open " .. item.link)
|
||||
popup.visible = false
|
||||
end)
|
||||
|
||||
|
|
Loading…
Reference in a new issue