.dotfiles/.config/env.d/93-local##hostname.portalo

22 lines
508 B
Bash
Executable file

#!/bin/sh
export AUDIO_DEVICE="alsa_output.usb-BEHRINGER_UMC202HD_192k-00.HiFi__Line1__sink"
export AUTOSTART_DISPLAY="Hyprland"
export KDE_CONNECT_DEVICE="Fairphone3"
# X11
if [ -n "$WAYLAND_DISPLAY" ]
then
export XDG_SESSION_TYPE=wayland
export MONITOR_PRIMARY="DP-1"
export MONITOR_SECONDARY="HDMI-A-1"
else
export XDG_SESSION_TYPE=x11
export MONITOR_PRIMARY="DisplayPort-0"
export MONITOR_SECONDARY="HDMI-A-0"
fi
export BROWSER_CHROMIUM="brave"
export DUNST_MONITOR="$MONITOR_SECONDARY"