mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
bf26d5ed56
commit
48a93e2998
21 changed files with 515 additions and 2785 deletions
|
|
@ -1,16 +1,3 @@
|
|||
# $DOTFILES/platforms/linux/chromium-flags.conf
|
||||
# Date: 2025-01-25
|
||||
# Author: js0ny
|
||||
# Force chromium apps to use kwallet6 for password storage
|
||||
# This solves the issue of chromium apps not being able to access passwords in non-plasma environments
|
||||
|
||||
# Location:
|
||||
# ~/.config/chromium-flags.conf (for chromium)
|
||||
# ~/.config/chrome-flags.conf
|
||||
# ~/.var/app/com.vivaldi.Vivaldi/config/vivaldi-flags.conf (For flatpak)
|
||||
# ~/.config/vivaldi-stable.conf (For ArchLinux vivaldi)
|
||||
# Linking:
|
||||
# ln -sf $DOTFILES/platforms/linux/chromium-flags.conf ~/.var/app/com.vivaldi.Vivaldi/config/vivaldi-flags.conf
|
||||
--UseOzonePlatform=wayland
|
||||
--ozone-platform=wayland
|
||||
--password-store=kwallet6
|
||||
|
|
|
|||
|
|
@ -1,17 +1,4 @@
|
|||
# $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
|
||||
--enable-features=WaylandWindowDecorations
|
||||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform-hint=auto
|
||||
--enable-wayland-ime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue