mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
15 lines
388 B
Text
15 lines
388 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
|
|
--ozone-platform-hint=auto
|
|
--enable-wayland-ime
|