From 1cb735dd499258b4879cdd79dd7a1504f29b6f52 Mon Sep 17 00:00:00 2001 From: Michael Kantor Date: Fri, 3 May 2024 21:44:40 -0400 Subject: Made qtile script for reloads in $HOME/git/qtile/bin/. --- cusmodules/wallpaper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cusmodules/wallpaper.py') 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: -- cgit v1.2.1