mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
extra utils chromium in wayland chomium use consistent password store irrespective of login session
3 lines
77 B
Bash
Executable File
3 lines
77 B
Bash
Executable File
#!/usr/bin/env bash
|
|
/usr/bin/chromium-browser --password-store=kwallet5 "$@"
|