Add fedora compatibility
Add fedora installation for Framework.
This commit is contained in:
20
ansible/dconf/tasks/main.yml
Normal file
20
ansible/dconf/tasks/main.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
# dconf settings
|
||||
- name: Turn off palm rejection
|
||||
command: dconf write /org/gnome/desktop/peripherals/touchpad/disable-while-typing false
|
||||
- name: Set flat mouse acceleration profile
|
||||
command: dconf write /org/gnome/desktop/peripherals/mouse/accel-profile "'flat'"
|
||||
- name: Center new windows
|
||||
command: dconf write /org/gnome/mutter/center-new-windows true
|
||||
- name: Don't sleep on power
|
||||
command: dconf write /org/gnome/settings-daemon/plugins/power/sleep-inactive-ac-type "'nothing'"
|
||||
- name: Maximize window with <Super>Up
|
||||
command: dconf write /org/gnome/desktop/wm/keybindings/maximize "['<Super>Up']"
|
||||
- name: Center window with ['<Super>Return']
|
||||
command: dconf write /org/gnome/desktop/wm/keybindings/move-to-center "['<Super><Alt>Return']"
|
||||
- name: Don't automount drives
|
||||
command: dconf write /org/gnome/desktop/media-handling/automount false
|
||||
- name: Don't auto open mounted drives
|
||||
command: dconf write /org/gnome/desktop/media-handling/automount-open false
|
||||
- name: Emulate right-click with two fingers
|
||||
command: dconf write /org/gnome/desktop/peripherals/touchpad/click-method "'fingers'"
|
||||
Reference in New Issue
Block a user