Fix portmaster sway script syntax typo

This commit is contained in:
Noxwell
2026-01-28 11:23:55 -06:00
parent 5890e15951
commit 4017a7a449

View File

@@ -11,7 +11,7 @@ if echo "${UI_SERVICE}" | grep -q "sway"; then
swaymsg 'seat seat1 attach "*"'
swaymsg 'seat * keyboard_grouping smart'
if [[ "${DEVICE_HAS_DUAL_SCREEN}" == "true"]]; then
if [[ "${DEVICE_HAS_DUAL_SCREEN}" == "true" ]]; then
TSKEY=$(get_setting "rocknix.touchscreen-keyboard.enabled")
if [[ "${TSKEY}" == "1" ]]; then
swaymsg 'output DSI-1 power on, seat seat1 fallback no'