From 5ec17f74b6ffbd2bc6f9223b21530ce6496fd385 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 18 Apr 2019 21:04:15 +0100 Subject: [PATCH] Some changes for xfce desktop --- .ansible/roles/linux_desktop/files/80synaptics | 2 ++ .ansible/roles/linux_desktop/tasks/config.yaml | 12 ++++++++++++ .ansible/roles/linux_desktop/vars/main.yaml | 4 +++- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .ansible/roles/linux_desktop/files/80synaptics diff --git a/.ansible/roles/linux_desktop/files/80synaptics b/.ansible/roles/linux_desktop/files/80synaptics new file mode 100644 index 0000000..ad130b6 --- /dev/null +++ b/.ansible/roles/linux_desktop/files/80synaptics @@ -0,0 +1,2 @@ +synclient VertScrollDelta=-247 +synclient HorizScrollDelta=-247 diff --git a/.ansible/roles/linux_desktop/tasks/config.yaml b/.ansible/roles/linux_desktop/tasks/config.yaml index f3e9c65..303b9eb 100644 --- a/.ansible/roles/linux_desktop/tasks/config.yaml +++ b/.ansible/roles/linux_desktop/tasks/config.yaml @@ -60,6 +60,18 @@ dest: '~/.config' src: files/albert +- name: 'Synaptics touchpad natural scrolling' + tags: + - config + - desktop + copy: + dest: '/etc/X11/Xsession.d/80synaptics' + src: files/80synaptics + mode: '0644' + owner: 'root' + group: 'root' + become: true + - name: 'Gnome: Custom key bindings: Add' tags: - config diff --git a/.ansible/roles/linux_desktop/vars/main.yaml b/.ansible/roles/linux_desktop/vars/main.yaml index dc00477..62e581f 100644 --- a/.ansible/roles/linux_desktop/vars/main.yaml +++ b/.ansible/roles/linux_desktop/vars/main.yaml @@ -41,6 +41,7 @@ linux_packages: - keybase - net-tools - netcat + - plank - qrencode - resilio-sync - screen @@ -50,11 +51,12 @@ linux_packages: - vim - wireguard - wireshark-qt + - xubuntu-desktop linux_apps: # - franz - - google-play-music-desktop-player - 'skype --classic' + - spotify - wireguard-ammp gnome_extension_ids: