From 6c82d8fefc40308370da27fd16871c58736cf5b6 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 23 Jul 2019 18:36:37 +0200 Subject: [PATCH] Remove borders and bring back native awesome tiling --- default_theme.lua | 2 +- rc.lua | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/default_theme.lua b/default_theme.lua index 871890a..c23ed6e 100644 --- a/default_theme.lua +++ b/default_theme.lua @@ -28,7 +28,7 @@ theme.fg_urgent = "#ffffff" theme.fg_minimize = "#ffffff" theme.useless_gap = dpi(8) -theme.border_width = dpi(2) +theme.border_width = dpi(0) theme.border_normal = "#555555" theme.border_focus = "#555555" theme.border_marked = "#91231c" diff --git a/rc.lua b/rc.lua index aec9a85..4c69fcd 100644 --- a/rc.lua +++ b/rc.lua @@ -69,11 +69,11 @@ modkey = "Mod4" -- Table of layouts to cover with awful.layout.inc, order matters. awful.layout.layouts = { - awful.layout.suit.floating, awful.layout.suit.tile, - -- awful.layout.suit.tile.left, - -- awful.layout.suit.tile.bottom, - -- awful.layout.suit.tile.top, + awful.layout.suit.tile.left, + awful.layout.suit.tile.bottom, + awful.layout.suit.tile.top, + awful.layout.suit.floating, -- awful.layout.suit.fair, -- awful.layout.suit.fair.horizontal, -- awful.layout.suit.spiral,