Add flameshot for screenshot management
This commit is contained in:
parent
4f7c4f51a8
commit
72125cfca8
3 changed files with 13 additions and 3 deletions
|
@ -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'"
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -97,6 +97,7 @@
|
|||
- 'filezilla'
|
||||
- 'firefox'
|
||||
- 'firefox-developer-edition'
|
||||
- 'flameshot'
|
||||
- 'fonts-meta-extended-lt'
|
||||
- 'gimp'
|
||||
- 'ghostwriter'
|
||||
|
|
Loading…
Reference in a new issue