aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorKyle Javier2021-09-20 02:49:20 -0400
committerKyle Javier2021-09-20 02:49:20 -0400
commita22ec3cdb3cf51ff99bca16b5f485bdb749d66b2 (patch)
tree78a5bb8c1a18fd3a2e3bdc62436cde6bbb75c84e /awesome
parent7bb835374c4f5988100caade1228f3bfb5be7801 (diff)
removed mouse bindings
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 3702ce9..1440a24 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -224,11 +224,11 @@ end)
-- }}}
-- {{{ Mouse bindings
-root.buttons(gears.table.join(
+--[[root.buttons(gears.table.join(
awful.button({ }, 3, function () mymainmenu:toggle() end),
awful.button({ }, 4, awful.tag.viewnext),
awful.button({ }, 5, awful.tag.viewprev)
-))
+)) ]]--
-- }}}
-- {{{ Key bindings