From 3bf88b434d231231bbbcb9a9d34eae91778016cf Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Sat, 7 Dec 2024 09:46:11 -0500 Subject: fixes for laptops --- vars/hostclass/laptop | 1 - vars/hostclass/laptop/10-desktop | 1 + vars/hostclass/laptop/20-vars | 3 +++ 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 120000 vars/hostclass/laptop create mode 120000 vars/hostclass/laptop/10-desktop create mode 100644 vars/hostclass/laptop/20-vars (limited to 'vars/hostclass/laptop') diff --git a/vars/hostclass/laptop b/vars/hostclass/laptop deleted file mode 120000 index 8714ca2..0000000 --- a/vars/hostclass/laptop +++ /dev/null @@ -1 +0,0 @@ -desktop \ No newline at end of file diff --git a/vars/hostclass/laptop/10-desktop b/vars/hostclass/laptop/10-desktop new file mode 120000 index 0000000..2c7c348 --- /dev/null +++ b/vars/hostclass/laptop/10-desktop @@ -0,0 +1 @@ +../desktop \ No newline at end of file diff --git a/vars/hostclass/laptop/20-vars b/vars/hostclass/laptop/20-vars new file mode 100644 index 0000000..c9f82d9 --- /dev/null +++ b/vars/hostclass/laptop/20-vars @@ -0,0 +1,3 @@ +#!/bin/sh + +polkit_disable_suspend=false -- cgit v1.2.3