diff options
Diffstat (limited to 'cusmodules/wallpaper.py')
-rwxr-xr-x | cusmodules/wallpaper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cusmodules/wallpaper.py b/cusmodules/wallpaper.py index 8f02e4d..ae1cd0d 100755 --- a/cusmodules/wallpaper.py +++ b/cusmodules/wallpaper.py @@ -160,7 +160,7 @@ if __name__ == '__main__': #subprocess.check_call(['qtile', 'shell', '-c', 'restart()']) #run(['kill', '-SIGUSR1', os.popen('pidof qtile').read().strip('\n')]) #run(['qtile', 'shell', '-c', 'restart()']) - run(['qtile', 'shell', '-c', 'reload_config()']) + run([f'{home}/git/qtile/bin/qtile', 'shell', '-c', 'reload_config()']) except: os.system('killall dwm') @@ -261,7 +261,7 @@ if __name__ == '__main__': #subprocess.check_call(['qtile', 'shell', '-c', 'restart()']) #run(['qtile', 'shell', '-c', 'restart()']) #run(['kill', '-SIGUSR1', os.popen('pidof qtile').read().strip('\n')]) - run(['qtile', 'shell', '-c', 'reload_config()']) + run([f'{home}/git/qtile/bin/qtile', 'shell', '-c', 'reload_config()']) #os.system('qtile shell -c "restart()"') except: |