From 80e3eccd3233a092cdab8300b80873d979bac5bf Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Wed, 10 Dec 2025 10:17:47 -0800 Subject: [PATCH] Small webcam privacy warning for laptop --- users/caperren/dotfiles/hyprland/cap-slim7/hyprland.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users/caperren/dotfiles/hyprland/cap-slim7/hyprland.conf b/users/caperren/dotfiles/hyprland/cap-slim7/hyprland.conf index 0e746fb..be138f4 100644 --- a/users/caperren/dotfiles/hyprland/cap-slim7/hyprland.conf +++ b/users/caperren/dotfiles/hyprland/cap-slim7/hyprland.conf @@ -6,4 +6,7 @@ source = ~/.config/hypr/hyprland-common.conf # Application launch exec-once = brightnessctl -sd platform::kbd_backlight set 1 -exec-once = brightnessctl -s set 30% \ No newline at end of file +exec-once = brightnessctl -s set 30% + +# Privacy +exec-once = sleep 10 && ls /dev/video1 &> /dev/null && notify-send "Laptop Webcam Enabled" "Please disable if not being used." -t 20000 \ No newline at end of file