Compare commits

..

2 Commits

Author SHA1 Message Date
AquaMorph 2f0849911d Fixed background image startup on w530 2021-06-14 14:57:23 -04:00
AquaMorph ea23e2a4a7 Fixed Webull opening in wrong window 2021-06-14 09:22:22 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ exec --no-startup-id ~/dotfiles/scripts/trackpad-toggle.sh
# Desktop background
exec --no-startup-id exec compton &
exec --no-startup-id exec feh --bg-scale ~/Pictures/wallpaper/0001.jpg
exec --no-startup-id exec feh --bg-scale ~/Pictures/wallpaper/0001.jpg &
# Turn off the screen
bindsym XF86Launch1 exec xset -display :0.0 dpms force off
+1 -1
View File
@@ -27,4 +27,4 @@ def closed():
if (openToday() and not closed()):
print("Open")
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'")