From 84252be6d8c34f984e63c953dac018696d0da4b2 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:31:50 +0700 Subject: [PATCH] remove mouse/touchpad toggles on right sidebar --- .config/ags/modules/sideright/sideright.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/ags/modules/sideright/sideright.js b/.config/ags/modules/sideright/sideright.js index 46b6ab68..e671ee53 100644 --- a/.config/ags/modules/sideright/sideright.js +++ b/.config/ags/modules/sideright/sideright.js @@ -89,8 +89,8 @@ const togglesBox = Widget.Box({ children: [ ToggleIconWifi(), ToggleIconBluetooth(), - await ModuleRawInput(), - await HyprToggleIcon('touchpad_mouse', 'No touchpad while typing', 'input:touchpad:disable_while_typing', {}), + // await ModuleRawInput(), + // await HyprToggleIcon('touchpad_mouse', 'No touchpad while typing', 'input:touchpad:disable_while_typing', {}), await ModuleNightLight(), await ModuleInvertColors(), ModuleIdleInhibitor(),