This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/dotfiles/kanshi

15 lines
358 B
Plaintext

profile sedetary {
output eDP-1 disable
output HDMI-A-1 enable
exec xrdb .Xresources
exec pgrep dotdrop || pacmd set-card-profile 0 output:hdmi-stereo+input:analog-stereo
}
profile nomad {
output eDP-1 enable
exec xrdb .Xresources
exec pgrep dotdrop || pacmd set-card-profile 0 output:analog-stereo+input:analog-stereo
}