NixOS-Configs/pkgs/kanshi-fix/kanshi-fix
2024-03-21 22:35:01 -05:00

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"