Improve home automation keybinds

This commit is contained in:
Lauren Lagarde 2025-07-29 22:26:08 -05:00
parent e1991d09ef
commit e344c1c27d
3 changed files with 12 additions and 5 deletions

View file

@ -6,5 +6,10 @@
config.startup = [
{ command = "xrandr --output HDMI-1 --mode 1920x1080 --rate 60 --primary"; }
];
extraConfig = ''
# House Lights
bindsym $mod+Shift+d exec curl -X POST https://homeassistant.mlaga97.space/api/webhook/IBlEw1rhZcmvRuUGKBMWIS3h
'';
};
}