Go to file
Krzysztof kuhy Rudnicki 7925f0f1f9 Fix focus app detection to use window titles instead of process names
- Changed from pgrep -f (matches any process with 'code' in cmdline) to
  xdotool window detection (only matches visible windows)
- VS Code background services (code-tunnel, etc.) no longer trigger blocking
- Music is only blocked when VS Code window is actually open
- Split detection into FOCUS_APPS_WINDOWS and FOCUS_APPS_PROCESSES arrays
2025-12-07 16:01:14 +01:00
.githooks fix: improve pre-commit hook to avoid formatting loop 2025-11-16 21:20:23 +01:00
.github ci: add GitHub Actions workflow for shell script linting 2025-11-16 20:42:11 +01:00
fresh-install fix: resolve all shellcheck errors 2025-11-16 21:17:08 +01:00
hosts Add custom entries protection to hosts install.sh 2025-12-07 14:01:41 +01:00
i3-configuration fix: shellcheck issues 2025-11-01 15:36:22 +01:00
scripts Fix focus app detection to use window titles instead of process names 2025-12-07 16:01:14 +01:00
.gitignore Add gitignore for Raspberry Pi config files with passwords 2025-12-05 19:57:57 +01:00