.dotfiles/.config/env.d/98-local-defaults

12 lines
195 B
Text
Raw Normal View History

#!/bin/sh
export AUDIO_DEVICE=""
export AUTOSTART_DISPLAY=""
export MONITOR_PRIMARY="primary"
export MONITOR_SECONDARY="secondary"
2024-07-02 13:42:26 +00:00
export BROWSER_CHROMIUM="chromium"
export DUNST_MONITOR="0"