Some changes for xfce desktop
This commit is contained in:
parent
4f9de9e99f
commit
5ec17f74b6
2
.ansible/roles/linux_desktop/files/80synaptics
Normal file
2
.ansible/roles/linux_desktop/files/80synaptics
Normal file
|
@ -0,0 +1,2 @@
|
|||
synclient VertScrollDelta=-247
|
||||
synclient HorizScrollDelta=-247
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue