We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1324591 commit b99eb8eCopy full SHA for b99eb8e
2 files changed
config.yaml
@@ -6,4 +6,4 @@ key_mappings:
6
screenshot: "p"
7
toggle_cursor: "f"
8
quit: "escape"
9
- super_modifier: "alt"
+ super_modifier: "super"
launch
@@ -67,7 +67,7 @@ if [ -n "$BACKEND" ]; then
67
fi
68
69
70
-BIN="${MATRIX_WLROOTS_BIN:-./matrix-debug}"
+BIN="${MATRIX_WLROOTS_BIN:-./matrix}"
71
export ENABLE_RENDER_TMP_LOGS=1
72
export WLR_APP_SAMPLE_LOG=1
73
export VOXEL_API_BIND="${VOXEL_API_BIND:-tcp://*:3345}"
0 commit comments