#!/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?
Asked by SCDCE
(101 rep)
Feb 5, 2023, 05:31 PM
Last activity: Feb 5, 2023, 07:48 PM
Last activity: Feb 5, 2023, 07:48 PM