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
bindsym Shift+Print exec --no-startup-id gnome-screenshot -ca
bindsym Mod1+Print exec --no-startup-id gnome-screenshot -i
bindsym Print exec --no-startup-id gnome-screenshot -c
bindsym Shift+Print exec --no-startup-id flameshot screen -c
bindsym Print exec --no-startup-id flameshot gui
# System
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'
- 'lxqt-policykit-agent'
- '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'
- 'firefox'
- 'firefox-developer-edition'
- 'flameshot'
- 'fonts-meta-extended-lt'
- 'gimp'
- 'ghostwriter'