Fix mime type for clipshot and add some necessary packages

This commit is contained in:
Daniel Flanagan 2020-10-16 15:35:17 -05:00
parent 4afa2740be
commit 437ea5ce33
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 23 additions and 21 deletions

View File

@ -9,7 +9,7 @@ fn="$SCROTS_PATH/clipshot_$d.png"
if is_wayland; then
dim="$(slurp -d)"
if [ $? -eq 0 ]; then
grim -g "$dim" - | wl-copy
grim -g "$dim" - | wl-copy -t image/png
wl-paste -n > "$fn"
echo "$fn"
# grim -g "$dim" - | tee "$fn" | wl-copy -f

View File

@ -34,30 +34,10 @@
networkmanager
wget curl w3m
git
kitty
pciutils usbutils binutils
sway waybar mako wl-clipboard
firefox-devedition-bin
ripgrep sd
nodejs python3
fzf
fortune
dmenu
ranger
rsync
pass
brightnessctl
vulkan-tools # TODO: vulkan?
htop
rustup
clang
pavucontrol
pamixer
strongswan
gnumake
elixir
docker docker-compose
postgresql
];
variables = {
EDITOR = "nvim";
@ -120,6 +100,28 @@
pulsemixer
file
appimage-run
kitty
sway waybar mako wl-clipboard
firefox-devedition-bin
fzf
fortune
dmenu
ranger
pass
brightnessctl
vulkan-tools # TODO: vulkan?
rustup
clang
pavucontrol
pamixer
strongswan
gnumake
elixir
docker docker-compose
postgresql
htop
google-cloud-sdk
slurp grim
];
};