Dotfiles config update (2023-05-14)
This commit is contained in:
parent
b3ddde8250
commit
a462a4dbf6
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user