mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
remove mouse/touchpad toggles on right sidebar
This commit is contained in:
parent
de3fc69344
commit
84252be6d8
1 changed files with 2 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue