From bc92eb0afb0e93f562ee052561dadcead6fd832c Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Tue, 23 Jul 2024 21:26:28 +0100
Subject: [PATCH] awesome: only use the tiled layout

---
 config/awesome/rc.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index 77e23939..cf5f6044 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -73,9 +73,9 @@ modkey = "Mod4"
 
 -- Table of layouts to cover with awful.layout.inc, order matters.
 awful.layout.layouts = {
-  awful.layout.suit.max,
   awful.layout.suit.tile,
-  awful.layout.suit.floating,
+  -- awful.layout.suit.floating,
+  -- awful.layout.suit.max,
   -- awful.layout.suit.tile.left,
   -- awful.layout.suit.tile.bottom,
   -- awful.layout.suit.tile.top,