Add new notification-center module with various widgets, add rubato animations and other fixes and improvements
This commit is contained in:
8
awesome/src/bindings/global_buttons.lua
Normal file
8
awesome/src/bindings/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)
|
||||
)
|
||||
Reference in New Issue
Block a user