Skip to content
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

hide the keyboard layout #279

Open
parasbhanot opened this issue Aug 11, 2021 · 7 comments
Open

hide the keyboard layout #279

parasbhanot opened this issue Aug 11, 2021 · 7 comments

Comments

@parasbhanot
Copy link

parasbhanot commented Aug 11, 2021

hello everyone ,

i am using the betterlocksceen version - 4.0 form arch user repository. The problem is on the lock screen it is displaying the keyboard layout . i do not want that .

is there any way to hide the keyboard layout from lock screen ?

@SebTM
Copy link
Collaborator

SebTM commented Aug 11, 2021

Hey, I didn't found an option shortly to do this but you could move the layout-pos outside the viewport as quick-fix:
betterlockscreen -l -- --layout-pos="ix-1000:iy+1000"

Worked for me, I will have a deeper look into this :)

@parasbhanot
Copy link
Author

The keyboard layout is not printed on the 3.2.0-2 version of betterlockscreen . I think for time being I should downgrade to the previous version.

@SebTM
Copy link
Collaborator

SebTM commented Aug 16, 2021

I would not recommend to go back to the lastest v3 but if you prefer you can still do it :)

@parasbhanot
Copy link
Author

betterlockscreen -l -- --layout-pos="ix-1000:iy+1000

This workaround is working fine.

Thanks

@rusty-electron
Copy link

Hi, This fix works great but it would be great if we can have a command line flag to disable this feature.

@cassiel6v
Copy link

Another cleaner workaround would be to set
layoutcolor=00000000
inside betterlockscreenrc

But yes, chances are the --show-layout flag is called by default, previous versions didn't have this

SebTM added a commit that referenced this issue Sep 17, 2021
…ults twice

* Change declaration of lockargs with "-n" as default because currently we always launch in "non-forking" mode. This makes lockargs also overwritable/extendable in config/hooks. (#188)
* Add $dunst_enabled to let user in config (on runtime) determinate if dunst is enabled in current environment (#284)
* Improve pre & post-Lock to call user-hooks (#245)
* Fixed bug displaying keyboard-layout even when "--show-layout" is not present (#279)
* Bugfix for displays set to higher DPI (thanks to @jeffmhubbard - #287)
* Migrated suspend-command to config for easier adjustments (#137, #174)
@SebTM SebTM mentioned this issue Sep 17, 2021
SebTM pushed a commit that referenced this issue Oct 9, 2022
…ly we always launch in "non-forking" mode. This makes lockargs also over-writable/extendable in config/hooks. (#188)

* Add $dunst_enabled to let user in config (on runtime) determinate if dunst is enabled in current environment (#284)
* Improve pre & post-Lock to call user-hooks (#245)
* Fixed bug displaying keyboard-layout even when "--show-layout" is not present (#279)
* Bugfix for displays set to higher DPI (thanks to @jeffmhubbard - #287)
* Migrated suspend-command to config for easier adjustments (#137, #174)
SebTM pushed a commit that referenced this issue Oct 9, 2022
…ly we always launch in "non-forking" mode. This makes lockargs also over-writable/extendable in config/hooks. (#188)

* Add $dunst_enabled to let user in config (on runtime) determinate if dunst is enabled in current environment (#284)
* Improve pre & post-Lock to call user-hooks (#245)
* Fixed bug displaying keyboard-layout even when "--show-layout" is not present (#279)
* Bugfix for displays set to higher DPI (thanks to @jeffmhubbard - #287)
* Migrated suspend-command to config for easier adjustments (#137, #174)
SebTM pushed a commit that referenced this issue Oct 9, 2022
…ly we always launch in "non-forking" mode. This makes lockargs also over-writable/extendable in config/hooks. (#188)

* Add $dunst_enabled to let user in config (on runtime) determinate if dunst is enabled in current environment (#284)
* Improve pre & post-Lock to call user-hooks (#245)
* Fixed bug displaying keyboard-layout even when "--show-layout" is not present (#279)
* Bugfix for displays set to higher DPI (thanks to @jeffmhubbard - #287)
* Migrated suspend-command to config for easier adjustments (#137, #174)
SebTM pushed a commit that referenced this issue Oct 9, 2022
…ly we always launch in "non-forking" mode. This makes lockargs also over-writable/extendable in config/hooks. (#188)

* Add $dunst_enabled to let user in config (on runtime) determinate if dunst is enabled in current environment (#284)
* Improve pre & post-Lock to call user-hooks (#245)
* Fixed bug displaying keyboard-layout even when "--show-layout" is not present (#279)
* Bugfix for displays set to higher DPI (thanks to @jeffmhubbard - #287)
* Migrated suspend-command to config for easier adjustments (#137, #174)
@SebTM
Copy link
Collaborator

SebTM commented Dec 26, 2022

Could you please try the current next branch if the issue is fixed there for you? The default behavior should be no keyboard-layout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants