Skip to content

Commit

Permalink
desktop: Add workspace 9
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Aug 5, 2024
1 parent 6982615 commit 8c0955e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotfiles/awesome/.config/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ awful.screen.connect_for_each_screen(function(s)
layout = awful.layout.suit.tile,
screen = s,
})
awful.tag.add("9", {
layout = awful.layout.suit.tile,
screen = s,
})

-- Create a promptbox for each screen
s.mypromptbox = awful.widget.prompt()
Expand Down

0 comments on commit 8c0955e

Please sign in to comment.