mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* hypr: Adding xdph token default of true The `allow_token_by_default` configuration option under `screencopy` within `xdg-dektop-portal-hyprland` (xdph) enables the "Allow restore token" checkbox by default in the screen sharing section dialog. Enabling it to `true` ensures the checkbox is pre-ticked, which can help avoid repeated selection prompts during screen sharing sessions, such as those reported with Slack, Google Meet, Zoom, etc. on Hyprland. Signed-off-by: Larry Dewey <larry.j.dewey@gmail.com> * Enable the XDPH config on existing installations --------- Signed-off-by: Larry Dewey <larry.j.dewey@gmail.com> Co-authored-by: David Heinemeier Hansson <david@hey.com>
5 lines
184 B
Bash
5 lines
184 B
Bash
echo "Configure XDPH config for screensharing to remember token selection"
|
|
|
|
cp $OMARCHY_PATH/config/hypr/xdph.conf ~/.config/hypr/
|
|
systemctl --user restart xdg-desktop-portal-hyprland
|