Skip to content

Commit b99eb8e

Browse files
fix some config
1 parent 1324591 commit b99eb8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ key_mappings:
66
screenshot: "p"
77
toggle_cursor: "f"
88
quit: "escape"
9-
super_modifier: "alt"
9+
super_modifier: "super"

launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ -n "$BACKEND" ]; then
6767
fi
6868
fi
6969

70-
BIN="${MATRIX_WLROOTS_BIN:-./matrix-debug}"
70+
BIN="${MATRIX_WLROOTS_BIN:-./matrix}"
7171
export ENABLE_RENDER_TMP_LOGS=1
7272
export WLR_APP_SAMPLE_LOG=1
7373
export VOXEL_API_BIND="${VOXEL_API_BIND:-tcp://*:3345}"

0 commit comments

Comments
 (0)