Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ exec --no-startup-id ~/dotfiles/scripts/trackpad-toggle.sh
# Desktop background # Desktop background
exec --no-startup-id exec compton & 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 # Turn off the screen
bindsym XF86Launch1 exec xset -display :0.0 dpms force off bindsym XF86Launch1 exec xset -display :0.0 dpms force off

View File

@ -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'")