Remove borders and bring back native awesome tiling

This commit is contained in:
Alice Gaudon 2019-07-23 18:36:37 +02:00
parent 701012fb4b
commit 6c82d8fefc
2 changed files with 5 additions and 5 deletions

View File

@ -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"

8
rc.lua
View File

@ -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,