m+1/m-1 only cycle existing workspaces on the active monitor and wrap at
the edges, so SUPER+Right never created a workspace. Replace them with a
Lua helper: advancing past the last workspace on the monitor now creates
a fresh (empty) workspace there; going before the first wraps to the
monitor's last workspace.
SUPER+Left/Right cycle existing workspaces on the active monitor
(m+1/m-1 with cycling enabled), SUPER+Up opens the hyprshell overview
scoped to the current monitor (create/manage workspaces there), and
SUPER+Down closes the overview again. Adds binds-help.sh cheat sheet
(SHIFT+SUPER+H) and overview-close.sh helper.
- Prepend ~/.local/bin to PATH so user scripts (hyprlock wrapper,
weather.sh) resolve before system binaries.
- Gate dpms-off and suspend on lock screen running (condition_cmd)
so idle inhibitors from apps work while unlocked but screen still
blanks and machine suspends after lock.
- Enable allow_session_lock_restore so a crashed lock client can be
replaced.
- Temporarily enable debug logging to diagnose re-lock issues.