mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-08-07 23:35:31 +00:00
Fixed Webull opening in wrong window
This commit is contained in:
@@ -27,4 +27,4 @@ def closed():
|
|||||||
if (openToday() and not closed()):
|
if (openToday() and not closed()):
|
||||||
print("Open")
|
print("Open")
|
||||||
os.system("i3-msg 'workspace 10; exec firefox --new-window robinhood.com \
|
os.system("i3-msg 'workspace 10; exec firefox --new-window robinhood.com \
|
||||||
&& sleep 0.1 && firefox -new-tab app.webull.com/watch'")
|
&& sleep 1 && firefox -new-tab app.webull.com/watch'")
|
||||||
|
Reference in New Issue
Block a user