From aa2fb299ef0565ec44d1c6282f132851f82c878d Mon Sep 17 00:00:00 2001 From: Luc Date: Sat, 4 Feb 2023 20:54:12 +0100 Subject: [PATCH] updated volume control --- config-files/wayfire/wayfire.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-files/wayfire/wayfire.ini b/config-files/wayfire/wayfire.ini index e4ef715..6660ae6 100755 --- a/config-files/wayfire/wayfire.ini +++ b/config-files/wayfire/wayfire.ini @@ -63,8 +63,8 @@ binding_terminal = KEY_T binding_vscode = KEY_V binding_waybar = KEY_W binding_wlogout = KEY_P -command_volumeup = pamixer -d 5 -u -command_volumedown = pamixer -i 5 -u +command_volumeup = pamixer -i 5 -u +command_volumedown = pamixer -d 5 -u command_mute = pamixer -t command_filer = Thunar command_firefox = firefox