From 9983897010afdee0407ba68ba90df42878db9a3a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 27 Feb 2024 01:33:36 -0500 Subject: start splitting out some laptop-specific stuff --- laptop/.config/systemd/user/watch-kbd.service | 6 ++++++ laptop/Makefile | 9 +++++++++ local/.config/systemd/user/watch-kbd.service | 6 ------ local/Makefile | 9 --------- packages.hornet | 1 + packages.mz-doy1 | 1 + 6 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 laptop/.config/systemd/user/watch-kbd.service create mode 100644 laptop/Makefile delete mode 100644 local/.config/systemd/user/watch-kbd.service delete mode 100644 local/Makefile diff --git a/laptop/.config/systemd/user/watch-kbd.service b/laptop/.config/systemd/user/watch-kbd.service new file mode 100644 index 0000000..415d8fb --- /dev/null +++ b/laptop/.config/systemd/user/watch-kbd.service @@ -0,0 +1,6 @@ +[Service] +ExecStart=%h/.bin/%H/watch-kbd +Restart=always + +[Install] +WantedBy=default.target diff --git a/laptop/Makefile b/laptop/Makefile new file mode 100644 index 0000000..a16e3bc --- /dev/null +++ b/laptop/Makefile @@ -0,0 +1,9 @@ +include ../Makefile.include + +install: + @systemctl --user enable watch-kbd + @systemctl --user start watch-kbd + +uninstall: + @systemctl --user stop watch-kbd + @systemctl --user disable watch-kbd diff --git a/local/.config/systemd/user/watch-kbd.service b/local/.config/systemd/user/watch-kbd.service deleted file mode 100644 index 415d8fb..0000000 --- a/local/.config/systemd/user/watch-kbd.service +++ /dev/null @@ -1,6 +0,0 @@ -[Service] -ExecStart=%h/.bin/%H/watch-kbd -Restart=always - -[Install] -WantedBy=default.target diff --git a/local/Makefile b/local/Makefile deleted file mode 100644 index a16e3bc..0000000 --- a/local/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -include ../Makefile.include - -install: - @systemctl --user enable watch-kbd - @systemctl --user start watch-kbd - -uninstall: - @systemctl --user stop watch-kbd - @systemctl --user disable watch-kbd diff --git a/packages.hornet b/packages.hornet index f35473c..2326275 100644 --- a/packages.hornet +++ b/packages.hornet @@ -7,6 +7,7 @@ git helix i3 i3status +laptop less local mbsync diff --git a/packages.mz-doy1 b/packages.mz-doy1 index 8bf06a5..aff328c 100644 --- a/packages.mz-doy1 +++ b/packages.mz-doy1 @@ -7,6 +7,7 @@ git helix i3 i3status +laptop less local picom -- cgit v1.2.3-54-g00ecf