From 5f3afa9bf449324789aa15934c9681c0a62117ad Mon Sep 17 00:00:00 2001 From: acidburn Date: Sat, 29 Apr 2023 21:42:13 -0400 Subject: [PATCH] try push --- rice-cook.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rice-cook.py b/rice-cook.py index c04d212..1b02e73 100755 --- a/rice-cook.py +++ b/rice-cook.py @@ -10,6 +10,7 @@ import subprocess import requests import logging import gdown +import pyautogui from rich.console import Console from rich.theme import Theme @@ -85,6 +86,7 @@ def main(): subprocess.check_call('lxappearance') # subprocess.check_call('exec zsh', shell=True) + pyautogui.hotkey('win', 'shift', 'r') ################ # END OF MAIN #