From 4bb92855e7c8ab2791a01be67fc30ddeee5fd08d Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 26 Jul 2025 00:10:14 +0800 Subject: [PATCH] fix: aarch64-linux - start chromium & telegram on startup --- home/linux/gui/hyprland/conf/configs/exec.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/linux/gui/hyprland/conf/configs/exec.conf b/home/linux/gui/hyprland/conf/configs/exec.conf index ab070be1..bc8d2d5e 100644 --- a/home/linux/gui/hyprland/conf/configs/exec.conf +++ b/home/linux/gui/hyprland/conf/configs/exec.conf @@ -10,8 +10,12 @@ exec-once = alacritty # Browsers exec-once = firefox exec-once = google-chrome-stable +exec-once = chromium-browser # Chat +## x86_64-linux exec-once = telegram-desktop +## aarch64-linux +exec-once = Telegram # Switch to Terminals & Browsers