mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Add touchpad script
This commit is contained in:
parent
158b3de87a
commit
29fe5b500e
1 changed files with 7 additions and 0 deletions
7
.scripts/touchpad.fish
Executable file
7
.scripts/touchpad.fish
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/fish
|
||||
|
||||
if test (gsettings get org.gnome.desktop.peripherals.touchpad send-events) = "'enabled'"
|
||||
gsettings set org.gnome.desktop.peripherals.touchpad send-events disabled
|
||||
else
|
||||
gsettings set org.gnome.desktop.peripherals.touchpad send-events enabled
|
||||
end
|
Loading…
Reference in a new issue