From 693dcccdf0339b465a694a6d579923c0ce33cd04 Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 28 Apr 2025 17:42:16 +0100 Subject: [PATCH] feat: auto starts --- config/hypr/hyprland.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index c182c2e0..b9653ddf 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -51,7 +51,6 @@ $menu = wofi --show drun exec-once = waybar exec-once = wl-paste --watch cliphist store - ############################# ### ENVIRONMENT VARIABLES ### ############################# @@ -71,6 +70,10 @@ env = QT_QPA_PLATFORMTHEME,qt5ct exec = XDG_MENU_PREFIX=arch- kbuildsycoca6 +# Default starts +exec-once = [workspace 9 silent] keepassxc +exec-once = [workspace 2 silent] vivaldi + ##################### ### LOOK AND FEEL ### #####################