From 41522e8b0dfb51957f41c7fa6cb4e6edbb5fa68a Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 16 Aug 2021 17:57:13 +0200 Subject: [PATCH] Start flameshot with X --- home/.config/x11/xprofile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/.config/x11/xprofile b/home/.config/x11/xprofile index 00527e8..c2e060c 100644 --- a/home/.config/x11/xprofile +++ b/home/.config/x11/xprofile @@ -22,9 +22,12 @@ dunst & nm-applet & # Run trayer-srg for systemtray bar -# if installed normally, use `trayer`, not `trayer-srg` command +# if installed normally, command will be `trayer`, not `trayer-srg` command trayer --monitor 0 --edge top --align right --widthtype request --padding 0 --transparent true --tint 0x282c34 --alpha 0 --height 23 & +# Start flameshot in background +flameshot & + # AppArmor notifications aa-notify -p &