Skip to content

FAQ_Packages

Hyprland Dots Wiki edited this page Mar 2, 2026 · 2 revisions

3rd Party Packages FAQ

VS Code / VScodium not launching

If VS Code or VScodium does not launch, try running it with the --disable-gpu flag:

code --disable-gpu

Once launched, disable hardware acceleration permanently:

  1. Open the command palette (Ctrl + Shift + P).
  2. Enter "Preferences: Configure Runtime Arguments".
  3. Add the line: "disable-hardware-acceleration": true.
  4. Restart VS Code / VScodium.

Clone this wiki locally