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