mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-07 05:26:34 +05:30
feat: isolate awesomeWM config
This commit is contained in:
7
src/binds/global/mouse.lua
Normal file
7
src/binds/global/mouse.lua
Normal file
@ -0,0 +1,7 @@
|
||||
local awful = require("awful")
|
||||
|
||||
--- Global mouse bindings
|
||||
awful.mouse.append_global_mousebindings({
|
||||
awful.button(nil, 4, awful.tag.viewprev),
|
||||
awful.button(nil, 5, awful.tag.viewnext),
|
||||
})
|
Reference in New Issue
Block a user