diff --git a/bin/screenshot b/bin/screenshot index febe529..19181bc 100755 --- a/bin/screenshot +++ b/bin/screenshot @@ -1,5 +1,4 @@ #!/bin/sh mkdir -p ~/tmp -cd ~/tmp -scrot -s -q 100 +flameshot gui -p tmp/ diff --git a/tasks/desktop.yml b/tasks/desktop.yml index 72a8a77..36ffc92 100644 --- a/tasks/desktop.yml +++ b/tasks/desktop.yml @@ -12,7 +12,6 @@ - pavucontrol - qpdfview - redshift - - scrot - smplayer - tilix - vim-gtk @@ -40,8 +39,11 @@ - fcitx-ui-light - libgtk-3-bin -- name: install chrome - apt: deb=https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb +- name: install packages from url + apt: deb={{item}} + with_items: + - https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb + - https://github.com/flameshot-org/flameshot/releases/download/v12.1.0/flameshot-12.1.0-1.debian-10.amd64.deb - name: install cinnamon apt: