bruh forgot python3

This commit is contained in:
2026-06-27 11:35:43 -05:00
parent 4cd7ff3c3a
commit dc0e48048f
+1 -1
View File
@@ -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"