mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat: Add zed & awesomeWM config
This commit is contained in:
parent
cb501820b7
commit
346a975e80
12 changed files with 843 additions and 35 deletions
12
platforms/linux/chromium-flags.conf
Normal file
12
platforms/linux/chromium-flags.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# $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
|
||||
# ~/.var/app/com.vivaldi.Vivaldi/config/vivaldi-flags.conf (For flatpak)
|
||||
# Linking:
|
||||
# ln -sf $DOTFILES/platforms/linux/chromium-flags.conf ~/.var/app/com.vivaldi.Vivaldi/config/vivaldi-flags.conf
|
||||
--password-store=kwallet6
|
||||
Loading…
Add table
Add a link
Reference in a new issue