4 lines
177 B
Bash
Executable file
4 lines
177 B
Bash
Executable file
#!/usr/bin/env bash
|
|
export SWAYSOCK=/run/user/1000/sway-ipc.1000.$(pgrep -x sway).sock
|
|
export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"
|
|
swaymsg "output * dpms on"
|