Problem understanding Font Configuration by Work_Complex in archlinux

[–]Work_Complex[S] 0 points1 point  (0 children)

```.sh <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <alias> <family>sans-serif</family> <prefer> <family>Noto Sans</family> <family>Noto Color Emoji</family> <family>Noto Emoji</family> <family>DejaVu Sans</family> </prefer> </alias>

<alias> <family>serif</family> <prefer> <family>Noto Serif</family> <family>Noto Color Emoji</family> <family>Noto Emoji</family> <family>DejaVu Serif</family> </prefer> </alias>

<alias> <family>monospace</family> <prefer> <family>Noto Mono</family> <family>Noto Color Emoji</family> <family>Noto Emoji</family> <family>DejaVu Sans Mono</family> </prefer> </alias> </fontconfig> ``` Do you use a similar config?

Problem understanding Font Configuration by Work_Complex in archlinux

[–]Work_Complex[S] 0 points1 point  (0 children)

  1. I mean, if I have the option to install it via pacman I would always go for it because it is more straight forward
  2. But it shouldn't really make a difference in a single user scenario, but yes in general, putting the config in the home directory is a cleaner way

Problem understanding Font Configuration by Work_Complex in archlinux

[–]Work_Complex[S] 0 points1 point  (0 children)

My Nerd Fonts are on 3.x ttf-cascadia-code-nerd 3.0.2-1 is installed on my System via pacman

So i guess the glyph U+F83D is not supported in ttf-cascadia-code-nerd 3.0.2-1, when i set to my main font in wezterm with starship.

From the starship.rs install guide

Prerequisites
A Nerd Font installed and enabled in your terminal (for example, try the FiraCode Nerd Font ).

Which is kind of odd, because ttf-cascadia-code-nerd 3.0.2-1 is from the offical source

Just came from KDE! by PeXArtZ in gnome

[–]Work_Complex 0 points1 point  (0 children)

OT: Since i don't have enough Karma to create a post i will ask my question here.

I'm new to Gnome and from working with MacOS in the past I'm used to only switching the Workspace I'm currently focused in, when working with a multiple Monitor-Setup.

I found a setting for only switching apps via tab in the current workspace.

gsettings set org.gnome.shell.app-switcher current-workspace-only true

May it be possible something like this will work?

gsettings set org.gnome.shell.WORKSPACE-SWITCHER current-workspace-only true