raw input: input:accel_profile instead of input:force_no_accel, as advised by hl wiki

This commit is contained in:
end-4
2024-03-11 15:56:09 +07:00
parent bbe11ab43f
commit 56898f5035
3 changed files with 43 additions and 3 deletions
+3 -2
View File
@@ -12,7 +12,8 @@ import {
ModuleEditIcon,
ModuleReloadIcon,
ModuleSettingsIcon,
ModulePowerIcon
ModulePowerIcon,
ModuleRawInput
} from "./quicktoggles.js";
import ModuleNotificationList from "./notificationlist.js";
import { ModuleCalendar } from "./calendar.js";
@@ -51,7 +52,7 @@ const togglesBox = Widget.Box({
children: [
ToggleIconWifi(),
ToggleIconBluetooth(),
await HyprToggleIcon('mouse', 'Raw input', 'input:force_no_accel', {}),
await ModuleRawInput(),
await HyprToggleIcon('front_hand', 'No touchpad while typing', 'input:touchpad:disable_while_typing', {}),
ModuleNightLight(),
await ModuleInvertColors(),