From 225bca8c28b84f65ca9dbd28b76fd9c260d3c1c3 Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Mon, 14 Jul 2025 10:03:54 +0200 Subject: [PATCH] launch signal on startup --- .config/hypr/hyprland.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a49bb9c..a709f75 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -25,8 +25,8 @@ $browser = firefox $email = thunderbird $screenshot = grim $screenshotSelect = grim -g "$(slurp -d)" - | wl-copy -$lockscreen = hyprlock $music = feishin +$messenger = signal ############################# ### ENVIRONMENT VARIABLES ### @@ -51,10 +51,11 @@ env = ELECTRON_OZONE_PLATFORM_HINT,auto # Autostart necessary processes (like notifications daemons, status bars, etc.) exec-once = waybar -exec-once = hyprpaper & hypridle & $lockscreen +exec-once = hyprpaper & hypridle & hyprlock exec-once = dunst exec-once = [workspace 1 silent] $browser exec-once = [workspace 2 silent] $terminal +exec-once = [workspace 5 silent] $messenger ############################## ### WINDOWS AND WORKSPACES ###