debian support (devaun but debian works too)
This commit is contained in:
@@ -110,7 +110,7 @@ def bind_keys(sway):
|
||||
def reload_sway(): return "reload"
|
||||
|
||||
@assign_key(f"{mod}+Shift+f")
|
||||
def record_screen(): return f"exec python {base}/main/moves.py record --fullscreen"
|
||||
def record_screen(): return f"exec python3 {base}/main/moves.py record --fullscreen"
|
||||
|
||||
@assign_key(f"{mod}+r")
|
||||
def open_menu(): return "exec wofi --show drun --width 400 --height 500 --layer overlay --location 1"
|
||||
@@ -138,8 +138,8 @@ def bind_keys(sway):
|
||||
|
||||
for i in range(1, 11):
|
||||
num = 0 if i == 10 else i
|
||||
sway.cmd(f"bindsym {mod}+{num} exec python {base}/main/swayworkspace.py focus {i}")
|
||||
sway.cmd(f"bindsym {mod}+Shift+{num} exec python {base}/main/swayworkspace.py move {i}")
|
||||
sway.cmd(f"bindsym {mod}+{num} exec python3 {base}/main/swayworkspace.py focus {i}")
|
||||
sway.cmd(f"bindsym {mod}+Shift+{num} exec python3 {base}/main/swayworkspace.py move {i}")
|
||||
|
||||
return binding_actions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user