Improve home automation keybinds
This commit is contained in:
parent
e1991d09ef
commit
e344c1c27d
3 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue