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
|
# 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'"
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue