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