Initial commit
This commit is contained in:
commit
093dec7f93
143 changed files with 7456 additions and 0 deletions
8
mappings/global_buttons.lua
Normal file
8
mappings/global_buttons.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
-- Awesome Libs
|
||||
local gears = require("gears")
|
||||
local awful = require("awful")
|
||||
|
||||
root.buttons = gears.table.join(
|
||||
awful.button({}, 4, awful.tag.viewnext),
|
||||
awful.button({}, 5, awful.tag.viewprev)
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue