Dotfiles config update (2023-05-14)

This commit is contained in:
q3aql 2023-05-14 21:08:16 +02:00
parent b3ddde8250
commit a462a4dbf6
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class MainWindow:
def exec_command2(self):
print('# Run ~/.config/i3/startxrandr.sh')
command = "killall startwlrrandr.sh"
command = "killall startxrandr.sh"
os.system(command)
command = " ~/.config/i3/startxrandr.sh &"
os.system(command)

View File

@ -48,7 +48,7 @@ class MainWindow:
def exec_command2(self):
print('# Run ~/.config/qtile/startxrandr.sh')
command = "killall startwlrrandr.sh"
command = "killall startxrandr.sh"
os.system(command)
command = "~/.config/qtile/startxrandr.sh &"
os.system(command)