8 lines
166 B
Bash
Executable file
8 lines
166 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export AUTOSTART_DISPLAY="Hyprland"
|
|
|
|
export MONITOR_PRIMARY="DisplayPort-0"
|
|
export MONITOR_SECONDARY="HDMI-A-0"
|
|
|
|
export DUNST_MONITOR="$MONITOR_SECONDARY"
|