disable touchpad when mouse connected
This commit is contained in:
parent
abd1c2ffc9
commit
83752bf57d
1 changed files with 1 additions and 0 deletions
1
arch.sh
1
arch.sh
|
@ -264,6 +264,7 @@ main() {
|
|||
gsettings set org.gnome.settings-daemon.plugins.color night-light-enabled true # mode "nuit" (lumière bleue)
|
||||
gsettings set org.gnome.desktop.peripherals.touchpad click-method areas # right click on laptop
|
||||
gsettings set org.gnome.desktop.peripherals.mouse speed -0.6 # mouse speed
|
||||
gsettings set org.gnome.desktop.peripherals.touchpad send-events disabled-on-external-mouse # disable touchpad when mouse connected
|
||||
gsettings --schemadir /usr/share/gnome-shell/extensions/nightthemeswitcher@romainvigier.fr/schemas/ set org.gnome.shell.extensions.nightthemeswitcher.gtk-variants enabled true # enable GTK theme to change
|
||||
gsettings --schemadir /usr/share/gnome-shell/extensions/nightthemeswitcher@romainvigier.fr/schemas/ set org.gnome.shell.extensions.nightthemeswitcher.commands sunset "bash $HOME/.config/update_theme.sh sunset" # run script for the sunset
|
||||
gsettings --schemadir /usr/share/gnome-shell/extensions/nightthemeswitcher@romainvigier.fr/schemas/ set org.gnome.shell.extensions.nightthemeswitcher.commands sunrise "bash $HOME/.config/update_theme.sh sunrise" # run script for the sunrise
|
||||
|
|
Loading…
Reference in a new issue