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

x11 disablee desktop integration or change it #2

Open
frank-dspeed opened this issue Oct 18, 2022 · 0 comments
Open

x11 disablee desktop integration or change it #2

frank-dspeed opened this issue Oct 18, 2022 · 0 comments

Comments

@frank-dspeed
Copy link
Member

Disable the desktop entirely (advanced)

This is a more advanced method that will disable desktop management entirely (including desktop folder creation and display).

Disable the 4th client command monitor_desktop, window_manager, panel, client_2

xfconf-query --channel "xfce4-session" --property "/sessions/Failsafe/Client4_Command" --type string --set ""

Basically it tells the session manager (the thing that starts and monitors your desktop and window manager, panel, ...) to not start any desktop manager ("Client2") anymore

Log out and back in

If you wish to re-enable desktop management later on, do the same steps as above but use the command

xfconf-query --channel "xfce4-session" --property "/sessions/Failsafe/Client4_Command" --type string --set "xfdesktop"

instead.

Cinamon

it is importent to understand cinamon and nemo

gsettings set org.nemo.desktop show-desktop-icons false
gsettings set org.nemo.preferences desktop-is-home-dir false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant