diff options
| author | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-30 00:12:11 +0200 |
|---|---|---|
| committer | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-30 00:12:11 +0200 |
| commit | 8f5ab51dcce5554153903314c43b931ba7ebfbef (patch) | |
| tree | b80336de51d17646256f5b637046b1d97d11e749 /awesome/.config | |
| parent | 491c1bf7bfeb03fab156c1464d57292409059a94 (diff) | |
| download | dotfiles-8f5ab51dcce5554153903314c43b931ba7ebfbef.tar.xz dotfiles-8f5ab51dcce5554153903314c43b931ba7ebfbef.zip | |
Editted rc.lua and turned off the functionality that allows mouse scroll to switch beteween workspaces and also added a new script cleanup.sh and tweaked some scripts
Diffstat (limited to 'awesome/.config')
| -rw-r--r-- | awesome/.config/awesome/rc.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index b567ff8..4deae21 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -292,11 +292,11 @@ awful.screen.connect_for_each_screen(function(s) beautiful.at_screen_connect(s) -- {{{ Mouse bindings -root.buttons(my_table.join( - awful.button({ }, 3, function () awful.util.mymainmenu:toggle() end), - awful.button({ }, 4, awful.tag.viewnext), - awful.button({ }, 5, awful.tag.viewprev) -)) +-- root.buttons(my_table.join( +-- awful.button({ }, 3, function () awful.util.mymainmenu:toggle() end), +-- awful.button({ }, 4, awful.tag.viewnext), +-- awful.button({ }, 5, awful.tag.viewprev) +-- )) -- }}} |
