From f8fc78a2e54ac81ddd047055749f3ab616560f0e Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 14 Aug 2025 18:03:22 +0300 Subject: dmenu wrapper for hyprland screenshare picker --- .config/hypr/hyprland.conf | 1 + .config/hypr/xdph.conf | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .config/hypr/xdph.conf (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 8f092bb..1a3efb5 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -16,6 +16,7 @@ exec-once = singboxwrap # exec-once = sleep 0.1 && randombg exec-once = gpg-agent --daemon exec-once = gnome-keyring-daemon --start --components=secrets +exec-once = portal env = XCURSOR_SIZE,24 env = XCURSOR_THEME,Retrowaita diff --git a/.config/hypr/xdph.conf b/.config/hypr/xdph.conf new file mode 100644 index 0000000..3a80fde --- /dev/null +++ b/.config/hypr/xdph.conf @@ -0,0 +1,3 @@ +screencopy { + custom_picker_binary = dmenuscreenshare +} -- cgit v1.2.3