feat: add flameshot and autostart it after login

This commit is contained in:
ryan4yin
2023-06-04 01:53:24 +08:00
parent 2865241acd
commit 3a141b62df
2 changed files with 6 additions and 13 deletions

View File

@@ -21,5 +21,8 @@
# remote desktop(rdp connect)
remmina
freerdp # required by remmina
# misc
flameshot
];
}

View File

@@ -275,6 +275,9 @@ exec --no-startup-id xset s 480 dpms 600 600 600
exec --no-startup-id /usr/bin/dunst
# screenshot tool
exec --no-startup-id flameshot
# autotiling script
# https://github.com/nwg-piotr/autotiling
exec_always --no-startup-id autotiling
@@ -282,19 +285,6 @@ exec_always --no-startup-id autotiling
# Autostart apps as you like
exec --no-startup-id sleep 1 && Terminal
###############
# system tray #
###############
# if you do not use dex: exec --no-startup-id dex --autostart --environment i3
# you need to have tray apps started manually one by one:
# start blueberry app for managing bluetooth devices from tray:
#exec --no-startup-id blueberry-tray
# networkmanager-applet
#exec --no-startup-id nm-applet
##################
# floating rules #
##################