| evolutionary biology | |
| viral diseases | |
| bioinformatics |
| evolutionary biology | |
| viral diseases | |
| bioinformatics |
I have been using Linux (swaywm on Ubuntu LTS) for years as my daily driver and for work. I enjoy tiling window managers in general, they improve workflow by removing unnecessary distractions.
I was recently given a Mac for work and I'm trying to create a workable environment. On MacOS, the fact that you cannot automatically tile the windows in the way you like is utterly idiotic. You can only have two windows tiled on each side. It's desruptive for work and sad! #Linux #swaywm #MacOS
If you are using RStudio on Linux on a Wayland compositor and you have a HiDPI monitor, you might be wondering why it's all blurry. I have some good news for you. I've been trying to get it to work for a while too and I finally did today.
From terminal, run RStudio using:
`rstudio --disable-gpu --enable-features=UseOzonePlatform --ozone-platform=wayland`
For more information see:
https://github.com/rstudio/rstudio/issues/11962#issuecomment-1364452301