From c2fc1660bf64bbe86cf61df76af01b07c281ff84 Mon Sep 17 00:00:00 2001 From: emily Date: Sat, 11 May 2024 17:50:26 +0200 Subject: [PATCH] fixed ryuuko ig --- config/common/users/emily/default.nix | 3 +-- config/profiles/graphical/files/scripts/rofi_screenshot.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/common/users/emily/default.nix b/config/common/users/emily/default.nix index 2eb1dca..4b13e1e 100644 --- a/config/common/users/emily/default.nix +++ b/config/common/users/emily/default.nix @@ -35,8 +35,7 @@ pavucontrol signal-desktop element-desktop - - image-roll + wl-clipboard libnotify slurp diff --git a/config/profiles/graphical/files/scripts/rofi_screenshot.sh b/config/profiles/graphical/files/scripts/rofi_screenshot.sh index eeba5d8..8959d8c 100755 --- a/config/profiles/graphical/files/scripts/rofi_screenshot.sh +++ b/config/profiles/graphical/files/scripts/rofi_screenshot.sh @@ -54,7 +54,7 @@ notify_view() { notify_cmd_shot="notify-send -h string:x-canonical-private-synchronous:sys-notify-shot -u low -i ${iDIR}/picture.png" ${notify_cmd_shot} "Copied to clipboard." paplay /usr/share/sounds/freedesktop/stereo/screen-capture.oga &>/dev/null & - image-roll "$dir/$file" + imv "$dir/$file" if [[ -e "$dir/$file" ]]; then ${notify_cmd_shot} "Screenshot Saved." else