-
Notifications
You must be signed in to change notification settings - Fork 76
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
Question: Can I enable numlock and can I switch the desktop mode? #117
Comments
Does setting |
This seems to work, thanks. |
There it is harder. The relevant key seems to be the |
Could that be done by the panels? This is the type of scripting you mean? Right? |
Yeah the same type of desktop scripting. Panels is one of the uses for it, but there are some more uses as well. I think desktop scripting is our best shot for getting this functionality. |
Just tried the desktop mode thing with plasma script, and while it succeeds in writing the correct config to the file it doesn't get applied immediately, and hence probably would need a log out/in again, which doesn't work when we are running the script in the autostart. I'm afraid this doesn't have any elegant solution for now. |
Hi, is there is still no fix for the desktop view? I'd love even something hacky, its the one thing missing from my original plasma config currently. If not, is there some reference for how plasma config works, so one could try to contribute? |
The appropriate file this is configured in is |
OK so I did try this, but unfortunately to no luck. What I have found out is that it appears that the desktop containment doesn't just have it's I don't really have that much time available for for (var desktop of desktops()) {
desktop.writeConfig("plugin", "org.kde.desktopcontainment")
} |
thanks for trying! I will play around with this a bit in the days to come |
I would like to change the default behave from the numlock with this flake, so that it gets reactivated on every login, is this possible?
Setting in GUI: Open Plasma Settings -> Keyboard -> Keyboard -> Hardware -> NumLock on Plasma Startup -> Turn on
I would like to be able to change the desktop mode from "Folder View" to "Desktop" with this module, is this possible?
Setting in GUI: Right Click on Desktop -> Configure Desktop and Wallpaper -> Layout -> Select "Desktop" in Dropdown Menu
The text was updated successfully, but these errors were encountered: