From 304db4107f120fc26a58571244158dd2640da42a Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 13 Oct 2015 04:45:43 +0200 Subject: machines/mmrnmhrm: Change synergy keystrokes. Having Menu/AudioPlay used for synergy isn't really a very good idea if some applications actually use those keys, so let's move on to a similar scheme as with my i3 config and use function keys to not collide with Super+1, Super+2, ... Signed-off-by: aszlig --- machines/aszlig/mmrnmhrm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines') diff --git a/machines/aszlig/mmrnmhrm.nix b/machines/aszlig/mmrnmhrm.nix index 4702554e..e96a7424 100644 --- a/machines/aszlig/mmrnmhrm.nix +++ b/machines/aszlig/mmrnmhrm.nix @@ -54,8 +54,8 @@ with lib; end section: options - keystroke(AudioPlay) = switchToScreen(dnyarri) - keystroke(Menu) = switchToScreen(mmrnmhrm) + keystroke(Super+F1) = switchToScreen(dnyarri) + keystroke(Super+F2) = switchToScreen(mmrnmhrm) end ''; -- cgit 1.4.1