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'
|
dest: '~/.config'
|
||||||
src: files/albert
|
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'
|
- name: 'Gnome: Custom key bindings: Add'
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
|
@ -41,6 +41,7 @@ linux_packages:
|
||||||
- keybase
|
- keybase
|
||||||
- net-tools
|
- net-tools
|
||||||
- netcat
|
- netcat
|
||||||
|
- plank
|
||||||
- qrencode
|
- qrencode
|
||||||
- resilio-sync
|
- resilio-sync
|
||||||
- screen
|
- screen
|
||||||
|
@ -50,11 +51,12 @@ linux_packages:
|
||||||
- vim
|
- vim
|
||||||
- wireguard
|
- wireguard
|
||||||
- wireshark-qt
|
- wireshark-qt
|
||||||
|
- xubuntu-desktop
|
||||||
|
|
||||||
linux_apps:
|
linux_apps:
|
||||||
# - franz
|
# - franz
|
||||||
- google-play-music-desktop-player
|
|
||||||
- 'skype --classic'
|
- 'skype --classic'
|
||||||
|
- spotify
|
||||||
- wireguard-ammp
|
- wireguard-ammp
|
||||||
|
|
||||||
gnome_extension_ids:
|
gnome_extension_ids:
|
||||||
|
|
Loading…
Reference in a new issue