mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
15 lines
389 B
Text
15 lines
389 B
Text
# $DOTFILES/platforms/linux/hyprland/electron-flags.conf
|
|
# Date: 2024-12-22
|
|
# Author: js0ny
|
|
# Force electron apps to use Wayland
|
|
|
|
# Location:
|
|
# ~/.config/electron-flags.conf
|
|
# Linking:
|
|
# ln -sf $DOTFILES/platforms/linux/hyprland/electron-flags.conf ~/.config/
|
|
|
|
# --enable-features=UseOzonePlatform
|
|
# --ozone-platform=wayland
|
|
# --enable-icd
|
|
# --enable-wayland-ime
|
|
--ozone-platform-hint=x11
|