Add flameshot for screenshot management

This commit is contained in:
Jake Howard 2018-11-07 19:15:53 +00:00
parent 4f7c4f51a8
commit 72125cfca8
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 13 additions and 3 deletions

View file

@ -38,9 +38,8 @@ bindsym Control+Q exec --no-startup-id /bin/false
# Screenshots # Screenshots
bindsym Shift+Print exec --no-startup-id gnome-screenshot -ca bindsym Shift+Print exec --no-startup-id flameshot screen -c
bindsym Mod1+Print exec --no-startup-id gnome-screenshot -i bindsym Print exec --no-startup-id flameshot gui
bindsym Print exec --no-startup-id gnome-screenshot -c
# System # System
bindsym $mod+Shift+Delete exec "i3-nagbar -t error -m 'Shutdown or Restart?' -b 'Restart' 'shutdown -r now' -b 'Shutdown' 'shutdown -h now'" bindsym $mod+Shift+Delete exec "i3-nagbar -t error -m 'Shutdown or Restart?' -b 'Restart' 'shutdown -r now' -b 'Shutdown' 'shutdown -h now'"

View file

@ -14,3 +14,13 @@
- 'nm-applet' - 'nm-applet'
- 'lxqt-policykit-agent' - 'lxqt-policykit-agent'
- 'solaar' - 'solaar'
- file:
src: "/usr/share/applications/{{ item }}.desktop"
dest: "{{ home }}/.config/autostart/{{ item }}.desktop"
mode: 0644
owner: "{{ user }}"
state: link
force: true
with_items:
- 'flameshot'

View file

@ -97,6 +97,7 @@
- 'filezilla' - 'filezilla'
- 'firefox' - 'firefox'
- 'firefox-developer-edition' - 'firefox-developer-edition'
- 'flameshot'
- 'fonts-meta-extended-lt' - 'fonts-meta-extended-lt'
- 'gimp' - 'gimp'
- 'ghostwriter' - 'ghostwriter'