mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Default to full screen capture for hyprland preview picker
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# relative paths are resolved relative to the location of the config file
|
||||
stylesheets: ["../omarchy/current/theme/hyprland-preview-share-picker.css"]
|
||||
# default page selected when the picker is opened
|
||||
default_page: windows
|
||||
default_page: outputs
|
||||
|
||||
window:
|
||||
# height of the application window
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
echo "Update hyprland-preview-share-picker config to default to outputs page"
|
||||
|
||||
CONFIG_FILE=~/.config/hyprland-preview-share-picker/config.yaml
|
||||
|
||||
if [[ -f $CONFIG_FILE ]]; then
|
||||
sed -i 's/^default_page: windows$/default_page: outputs/' "$CONFIG_FILE"
|
||||
fi
|
||||
Reference in New Issue
Block a user