This commit is contained in:
2026-06-08 13:21:47 -05:00
parent 601c0b5cc5
commit eb2d9ab61a
7 changed files with 38 additions and 30 deletions
+1 -3
View File
@@ -4,9 +4,7 @@ import sys
from swayipc import Swayipc
import swayworkspace
from pathlib import Path
def get_base():
return os.environ.get("BASE_SWAY")
from warehouse import get_base
def run_sh(c):
subprocess.Popen(c, shell=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)