#!/bin/bash
module load rstudio
srun -p interactive -N 1 --cpus-per-task=8 --time=4:00:00 --mem=80gb --job-name="RS_job" --x11 rstudio
A simple bash to bring up an interactive node but the default x11 font has these fi/fl ligatures that offset the cursor. Can I override the x11 font?