Last active
September 29, 2020 21:33
-
-
Save stwobe/254e4e79db054df0e7dd9dbb99cc0564 to your computer and use it in GitHub Desktop.
Fix mouse cursor - MX Linux - Sep 2020
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://unix.stackexchange.com/questions/69033/mouse-cursor-became-a-big-x | |
xsetroot -cursor_name left_ptr | |
https://askubuntu.com/questions/1031400/mouse-cursor-turned-into-a-thick-plus-cannot-click-but-mouse-can-move | |
python! | |
bg.. | |
https://forums.bunsenlabs.org/viewtopic.php?id=399 | |
.Xsession | |
https://forum.xfce.org/viewtopic.php?id=9132 | |
symlink | |
https://bbs.archlinux.org/viewtopic.php?id=104560 | |
rm | |
---------------------------------------------- | |
Actual fix: | |
https://forum.xfce.org/viewtopic.php?id=7847 | |
terminal, type | |
xfwm4 | |
(XFCE starts properly) | |
---------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment