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 #