From d028fef5772bfb56e43546512e0697ca37fff90b Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 8 Nov 2024 14:27:08 -0600 Subject: [PATCH] Adding flameshot to autostart. --- .config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a7f8b56..d9818b5 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -61,6 +61,7 @@ $reset = hyprctl dispatch submap reset && #use a variable to keep things more re exec-once = waybar & hyprpaper exec-once = /usr/bin/emacs --daemon & exec-once = nextcloud & +exec-once = flameshot & ############################# ### ENVIRONMENT VARIABLES ###