Files
nix/scripts/gentoo-init.sh
2025-09-24 12:22:25 +03:00

9 lines
261 B
Bash
Executable File

#!/usr/bin/env bash
if [[ "$(hostname)" == "gentoo" ]]; then
notify-send "Hyprland" "Init gentoo stuff"
hyprctl dispatch exec hyprpaper
hyprctl dispatch exec pipewire
hyprctl dispatch exec pipewire-pulse
hyprctl dispatch exec wireplumber
fi