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

[Feature Request] Set Home Screen #176

Open
edent opened this issue Jul 19, 2022 · 1 comment
Open

[Feature Request] Set Home Screen #176

edent opened this issue Jul 19, 2022 · 1 comment
Labels
Feature Feature request

Comments

@edent
Copy link

edent commented Jul 19, 2022

Description

I have 3 desktop pages. At the moment, when I press the home button it takes me to the 1st page on the left.

I'd like the centre page to be my home screen. That way I can easily swipe left or right to my widgets.

I've used some launchers which let the user set any screen as the default.

Perhaps this could be built into #116 ?

Love the launcher. Thanks for all your hard work!

@saulhdev saulhdev added the Feature Feature request label Aug 19, 2022
@JimmyCushnie
Copy link

JimmyCushnie commented Oct 21, 2023

I wanted this feature so bad I added it myself. I have discovered that the value in question is DEFAULT_PAGE, which is in this file.

For my personal use, I've just hardcoded it to my preferred value.

For a proper feature in Neo, this constant should be turned into a setting that can be changed with the GUI. I would make a PR for this myself, but I am brand new to Android/Java development, and I don't even know where to start with that!

(Edit: for anyone else who intends to try hardcoding this, be advised that the launcher will crash immediately if DEFAULT_PAGE doesn't exist. So, before you recompile the app with DEFAULT_PAGE set to >0, you have to first create a bunch of pages with a version of the app where DEFAULT_PAGE=0.)

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

No branches or pull requests

3 participants