diff options
author | awy <awy@awy.one> | 2025-08-14 18:03:22 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-14 18:03:22 +0300 |
commit | f8fc78a2e54ac81ddd047055749f3ab616560f0e (patch) | |
tree | 6a0e042aad0f352cc4ff7c12d128c0642c1aad83 /.config | |
parent | a4ee024f382ec90b85c0da51bf628cbecb48c4ee (diff) | |
download | hyprdots-f8fc78a2e54ac81ddd047055749f3ab616560f0e.tar.gz |
dmenu wrapper for hyprland screenshare picker
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 1 | ||||
-rw-r--r-- | .config/hypr/xdph.conf | 3 | ||||
-rw-r--r-- | .config/xdg-desktop-portal/config | 3 |
3 files changed, 7 insertions, 0 deletions
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 +} diff --git a/.config/xdg-desktop-portal/config b/.config/xdg-desktop-portal/config new file mode 100644 index 0000000..06f1cf1 --- /dev/null +++ b/.config/xdg-desktop-portal/config @@ -0,0 +1,3 @@ +[preferred] +default=hyprland;termfilechooser +org.freedesktop.impl.portal.FileChooser=termfilechooser |