Improve home automation keybinds
This commit is contained in:
parent
e1991d09ef
commit
e344c1c27d
3 changed files with 12 additions and 5 deletions
|
@ -5,6 +5,13 @@
|
|||
../../home-manager/programs/thunderbird.nix
|
||||
];
|
||||
|
||||
xsession.windowManager.i3.extraConfig = ''
|
||||
# Desk Lights
|
||||
bindsym $mod+Shift+d exec curl -X POST https://homeassistant.mlaga97.space/api/webhook/--caDGWR8KXLTM3yZ6Y01XPe6
|
||||
bindsym $mod+Shift+w exec curl -X POST https://homeassistant.mlaga97.space/api/webhook/-tbHkUPb8aLVcFaOQcXbBdIJb
|
||||
bindsym $mod+Shift+o exec curl -X POST https://homeassistant.mlaga97.space/api/webhook/-fmYa59UtZaMXythyEsda_ulo
|
||||
'';
|
||||
|
||||
home.file = {
|
||||
".local/share/OpenSCAD/libraries/BOSL2" = {
|
||||
source = builtins.fetchGit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue