add kanshi

This commit is contained in:
lelgenio 2020-07-19 20:07:38 -03:00
parent 46c7bd4b1e
commit 1e46869b87
2 changed files with 19 additions and 0 deletions

View file

@ -18,6 +18,7 @@ profiles:
- fish
- mako
- waybar
- kanshi
- kitty
- qutebrowser
- lesskey
@ -140,6 +141,9 @@ dotfiles:
theme:
src: theme
dst: ~/
kanshi:
src: kanshi
dst: ~/.config/kanshi/config
actions:
notify: notify-send "Updating dotfiles"
makoreload: makoctl reload

15
dotfiles/kanshi Normal file
View file

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