bruh forgot python3
This commit is contained in:
@@ -122,7 +122,7 @@ def bind_keys(sway):
|
||||
def open_linkedin(): return "exec flatpak run io.github.ungoogled_software.ungoogled_chromium https://www.linkedin.com"
|
||||
|
||||
@assign_key(f"{mod}+Shift+c")
|
||||
def force_kill(): return f"exec python {base}/main/moves.py kill"
|
||||
def force_kill(): return f"exec python3 {base}/main/moves.py kill"
|
||||
|
||||
@assign_key(f"{mod}+n")
|
||||
def open_notes(): return "exec xpad"
|
||||
|
||||
Reference in New Issue
Block a user