update
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
import os
|
||||
import subprocess
|
||||
from swayipc import Swayipc
|
||||
|
||||
|
||||
def get_base():
|
||||
return os.environ.get("BASE_SWAY", os.path.expanduser("~/.config/sway"))
|
||||
|
||||
from warehouse import get_base
|
||||
|
||||
Logs = "/tmp/sway_boot.log"
|
||||
|
||||
|
||||
def apply_safe_config(sway):
|
||||
try:
|
||||
sway.cmd("default_border pixel 0")
|
||||
sway.cmd("floating_modifier Mod4")
|
||||
sway.cmd("bindsym Mod4+Shift+grave reload")
|
||||
sway.cmd("bindsym Mod4+Shift+escape exit")
|
||||
|
||||
Reference in New Issue
Block a user