mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(linux): Set up Hyprland
This commit is contained in:
parent
346a975e80
commit
49693c7657
20 changed files with 533 additions and 35 deletions
17
platforms/linux/electron-flags.conf
Normal file
17
platforms/linux/electron-flags.conf
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# $DOTFILES/platforms/linux/hyprland/electron-flags.conf
|
||||
# Date: 2024-12-22
|
||||
# Author: js0ny
|
||||
# Force electron apps to use Wayland
|
||||
|
||||
# Location:
|
||||
# ~/.config/electron-flags.conf
|
||||
# ~/.config/code-flags.conf
|
||||
# Linking:
|
||||
# ln -sf $DOTFILES/platforms/linux/electron-flags.conf ~/.config/electron-flags.conf
|
||||
# ln -sf $DOTFILES/platforms/linux/electron-flags.conf ~/.config/code-flags.conf
|
||||
|
||||
# --enable-features=UseOzonePlatform
|
||||
# --ozone-platform=wayland
|
||||
# --enable-icd
|
||||
--ozone-platform-hint=auto
|
||||
--enable-wayland-ime
|
||||
Loading…
Add table
Add a link
Reference in a new issue