Skip to content

Commit

Permalink
Tile (master) as first layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldlima committed Mar 3, 2024
1 parent f66eb42 commit aca42c7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ mymainmenu = awful.menu({
menubar.utils.terminal = apps.terminal -- Set the terminal for applications that require it


-- {{{ Tag layout
--
-- [[ Tag layout ]]
--
-- Table of layouts to cover with awful.layout.inc, order matters.
tag.connect_signal("request::default_layouts", function()
awful.layout.append_default_layouts({
awful.layout.suit.floating,
awful.layout.suit.tile,
awful.layout.suit.floating,
awful.layout.suit.tile.left,
awful.layout.suit.tile.bottom,
awful.layout.suit.tile.top,
Expand All @@ -74,6 +76,7 @@ tag.connect_signal("request::default_layouts", function()
end)
-- }}}


-- {{{ Wibar

-- Keyboard map indicator and switcher
Expand Down

0 comments on commit aca42c7

Please sign in to comment.