Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HM
hmart316 @lemmy.world
Posts 1
Comments 10
How do I disable the behaviour where dragging a window to the top of the screen creates additional virtual desktops?
  • You can disable Mission Control and Spaces by typing the following command in terminal:

    defaults write com.apple.dock mcx-expose-disabled -bool TRUE && killall Dock

    If for some reason you want it back you can type in the following into terminal:

    defaults delete com.apple.dock mcx-expose-disabled && killall Dock

    You can google the commands above to check the authenticity of my answer. Hope this helps. 😊

  • How do I bookmark a post?

    I’m hitting the bookmark button in wefwef and it’s doesn’t seem to be doing anything. I’ve checked my saved posts and nothing is there either. Made sure I was trying to bookmark posts on my instance as well. Is anyone else having this issue currently?

    4