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 if is_wayland; then
dim="$(slurp -d)" dim="$(slurp -d)"
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
grim -g "$dim" - | wl-copy grim -g "$dim" - | wl-copy -t image/png
wl-paste -n > "$fn" wl-paste -n > "$fn"
echo "$fn" echo "$fn"
# grim -g "$dim" - | tee "$fn" | wl-copy -f # grim -g "$dim" - | tee "$fn" | wl-copy -f

View file

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