mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat: add flameshot and autostart it after login
This commit is contained in:
@@ -21,5 +21,8 @@
|
|||||||
# remote desktop(rdp connect)
|
# remote desktop(rdp connect)
|
||||||
remmina
|
remmina
|
||||||
freerdp # required by remmina
|
freerdp # required by remmina
|
||||||
|
|
||||||
|
# misc
|
||||||
|
flameshot
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
@@ -275,6 +275,9 @@ exec --no-startup-id xset s 480 dpms 600 600 600
|
|||||||
exec --no-startup-id /usr/bin/dunst
|
exec --no-startup-id /usr/bin/dunst
|
||||||
|
|
||||||
|
|
||||||
|
# screenshot tool
|
||||||
|
exec --no-startup-id flameshot
|
||||||
|
|
||||||
# autotiling script
|
# autotiling script
|
||||||
# https://github.com/nwg-piotr/autotiling
|
# https://github.com/nwg-piotr/autotiling
|
||||||
exec_always --no-startup-id autotiling
|
exec_always --no-startup-id autotiling
|
||||||
@@ -282,19 +285,6 @@ exec_always --no-startup-id autotiling
|
|||||||
# Autostart apps as you like
|
# Autostart apps as you like
|
||||||
exec --no-startup-id sleep 1 && Terminal
|
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 #
|
# floating rules #
|
||||||
##################
|
##################
|
||||||
|
|||||||
Reference in New Issue
Block a user