diff options
author | zachir <zachir@librem.one> | 2023-03-20 01:51:06 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-03-20 01:51:06 -0500 |
commit | a3327f50765604274eb25b080798d7b07b0f4d1e (patch) | |
tree | 24bf3815e4c820b5f87755b1725387d3926b69c5 | |
parent | 35dbc61eeade4a9313203f088892770ee9d6f8cb (diff) |
remove awesome mouse binds (why are these default anyways?)
-rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 179191e..56c59ff 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -400,9 +400,11 @@ awful.screen.connect_for_each_screen(function(s) -- {{{ Mouse bindings root.buttons(gears.table.join( + --[[ awful.button({ }, 3, function () mymainmenu:toggle() end), awful.button({ }, 4, awful.tag.viewnext), awful.button({ }, 5, awful.tag.viewprev) + --]] )) client.connect_signal("mouse::enter", function(c) |