From: Arnout E. <rab...@us...> - 2012-06-15 20:07:22
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "notion window manager core". The branch, master has been updated via 1bc3ba4bb764e5dc4d923a7ea14e402756435c16 (commit) via 725ce64faf9eeccd4f4466233e7bcd62d0978724 (commit) from 478e3e3570411b8b84f5ac7c8df8ae7371cba8c6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1bc3ba4bb764e5dc4d923a7ea14e402756435c16 Author: Arnout Engelen <arn...@bz...> Date: Fri Jun 15 22:05:23 2012 +0200 Revert "link mute/volumeup/volumedown keys to respective amixer commands" You can achieve the same with xbindkeys: "amixer sset Master 3%+" m:0x0 + c:123 XF86AudioRaiseVolume "amixer sset Master 3%-" m:0x0 + c:122 XF86AudioLowerVolume "amixer sset Master toggle" m:0x0 + c:121 XF86AudioMute so the wm can/should stay out of this This reverts commit b67a62499eb2791570839c4871b8b41e072519e7. commit 725ce64faf9eeccd4f4466233e7bcd62d0978724 Author: Arnout Engelen <arn...@bz...> Date: Fri Jun 15 19:56:30 2012 +0200 Enable mod_notionflux by default ----------------------------------------------------------------------- Summary of changes: etc/cfg_defaults.lua | 1 + etc/cfg_notion.lua | 1 + etc/cfg_notioncore.lua | 7 +------ 3 files changed, 3 insertions(+), 6 deletions(-) hooks/post-receive -- notion window manager core |