-
-
Notifications
You must be signed in to change notification settings - Fork 525
refactor: use hyprlock provided $LAYOUT for detecting current keyboard layout
#609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is an automated PR to promote changes from `dev` to `master`. Please review and test before merging. ## For Testers See [TESTING.md](./TESTING.md) for complete testing instructions. ## Suggested Merge Schedule According to our release policy, this PR is expected to be merged on: **Friday** Testers are encouraged to test the changes before merging. Please note that this schedule may be adjusted based on the needs of the project. ## Commits to be merged: --- * chore Add keybind for game launcher (HyDE-Project#597) (891b181) by ProfShiba * feat (hyde-ipc): Our very own IPC handler! (5c4221f) by kRHYME7 * fix(zsh): Use `.user.zsh` (f1446ab) by kRHYME7 * feat(hyde-config): A Go implementation of the parse.config.py (b6c7bb8) by kRHYME7 * chore Add missing modules to Starship config (HyDE-Project#577) (12d113b) by prime-run * fix: [Bug]: Defer oh-my-zsh loading may not be the best option HyDE-Project#578 (882fef0) by kRHYME7 * chore implement fzf-shell integration for `fish` (HyDE-Project#575) (e750c97) by prime-run * fix(fastfetch): Correct random handler (3cb0434) by kRHYME7 * chore add best fzf aliases ever (HyDE-Project#569) (503711a) by prime-run * fix(zsh): Explicit history integration (55721cb) by kRHYME7 * fixed the link color being same as normal text (HyDE-Project#570) (ca3c158) by amit * fix: [Bug]: Game Launcher isn't showing anything HyDE-Project#447 (96be51a) by kRHYME7 * chore style: discord dcol file changes (HyDE-Project#566) (63a2949) by amit * chore refactor(zsh): cleanup zsh for incoing fzf features (abc1a7b) by prime-run * chore breaking(zsh): move ~/.hyde.zshrc to more consistent name `~/.user.zsh` (bb76750) by kRHYME7 * chore Merge branch 'master' of https://github.com/hyde-project/hyde into dev (1254f3f) by kRHYME7 * chore Merge branch 'master' into dev (73efd7c) by Khing --- Please review the changes carefully before merging.
As per described in hyrplock documentation, it provides `$LAYOUT` variable https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#variable-substitution Using it simplifies kbd layout detection
|
Yes this is perfect. Thank you! |
|
wait you missed 1 file. This one too please |
Oh, will fix it, thanks for noting! |
|
@kRHYME7 all done |
This is an automated PR to promote changes from `dev` to `master`. Please review and test before merging. ## For Testers See [TESTING.md](./TESTING.md) for complete testing instructions. ## Suggested Merge Schedule According to our release policy, this PR is expected to be merged on: **Friday** Testers are encouraged to test the changes before merging. Please note that this schedule may be adjusted based on the needs of the project. ## Commits to be merged: --- * chore breaking(input): Unset `# force_no_accel` (ca5f316) by kRHYME7 * fix [Bug]: Importing themes #614 (188890e) by kRHYME7 * fixup: manage `hyprsunset` through `hyprctl` to avoid color flickering (#613) (547afe0) by Ilya Bogdanov * fixup: improve launch of system monitor if it was closed without `sysmonlaunch.sh` (#616) (c319958) by Ilya Bogdanov * fixup: improve padding of `arch` glyph (#615) (cdfc615) by Ilya Bogdanov * chore Fixup rofi launch config (#611) (16c5ff0) by Ilya Bogdanov * chore refactor: use hyprlock provided `$LAYOUT` for detecting current keyboard layout (#609) (6acd79f) by Ilya Bogdanov * fix(zsh): zsh-autosuggestions won't work on first prompt when deferred (#605) (843855a) by Khing --- Please review the changes carefully before merging.
Pull Request
Description
As per described in hyrplock documentation, it provides
$LAYOUTvariablehttps://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#variable-substitution
Using it simplifies keyboard layout detection in hyprlock. No need for custom scripts, no need for update interval. Variable is updated immediately when keyboard layout is switched.
Type of change
Please put an
xin the boxes that apply:Checklist
Please put an
xin the boxes that apply: