Merge pull request #2212 from beebono/rgds-sway

Remove unneeded line from RG DS sway config
This commit is contained in:
sydarn
2026-01-23 23:02:48 +01:00
committed by GitHub

View File

@@ -124,7 +124,6 @@ fi
# Anbernic RG DS touchscreen setup
if [ "${QUIRK_DEVICE}" = "Anbernic RG DS" ]; then
echo 'for_window [title=".*(Secondary|\[w2\]|Sub|Bottom|Screen 2|GamePad).*"] seat seat0 attach "*"' >> $SWAY_HOME/config
echo 'for_window [app_id="drastic"] input "1046:911:Goodix_Capacitive_TouchScreen" map_to_output '"${con}" >> $SWAY_HOME/config
echo 'for_window [app_id="emulationstation"] reload' >> $SWAY_HOME/config
echo "exec_always swaymsg '[app_id=\"emulationstation\"]' focus output ${con}" >> $SWAY_HOME/config