From a71179957a8a4897b5089c11409d0da288539c5a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 24 Apr 2021 05:47:27 -0500 Subject: [PATCH] Trying to make laptop detect if it's laptop --- awesome/init.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/init.fnl b/awesome/init.fnl index edbb46c..daa5f0b 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -71,7 +71,7 @@ (global hostname-handle (io.popen "hostname")) (global hostname (hostname-handle:read "a")) (hostname-handle:close) -(local laptop true) +(local laptop (if (= hostname "syl"))) ;; Table of layouts to cover with awful.layout.inc, order matters. (set awful.layout.layouts [