Skip to content
Snippets Groups Projects
Commit dfc5c3d9 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

I3 CONFIG += vm

parent 8cd7ac7f
No related branches found
No related tags found
No related merge requests found
...@@ -249,8 +249,7 @@ with ADD_MODIFICATOR(SUPER): ...@@ -249,8 +249,7 @@ with ADD_MODIFICATOR(SUPER):
""") """)
app_workspace(K_Z, "ZOOM", CMD("zoom")) app_workspace(K_Z, "ZOOM", CMD("zoom"))
# File browser M(K_N(CTRL), CMD("nemo"))
M(K_N, CMD("nemo"))
# Pasman # Pasman
def bind_pasman(key, getter): def bind_pasman(key, getter):
...@@ -278,6 +277,10 @@ with ADD_MODIFICATOR(SUPER): ...@@ -278,6 +277,10 @@ with ADD_MODIFICATOR(SUPER):
for_window [title="better xdg-open"] floating enable for_window [title="better xdg-open"] floating enable
""") """)
# VM
M(K_N, CMD("vm terminal_ssh []"))
M(K_F(SHIFT), CMD("vm resize_wayland []"))
if "sway" in ARGS and "vncserver" in ARGS: if "sway" in ARGS and "vncserver" in ARGS:
EXEC_ON_STARTUP(CMD("echo $WAYLAND_DISPLAY; echo $SWAYSOCK")) EXEC_ON_STARTUP(CMD("echo $WAYLAND_DISPLAY; echo $SWAYSOCK"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment