Compare commits
No commits in common. "37f9615643a950680dae73fe8f40ab58b2950f67" and "3e9b32b32f8e7b0502ca9b26af7fc57181bc5b3b" have entirely different histories.
37f9615643
...
3e9b32b32f
@ -1,18 +0,0 @@
|
||||
---
|
||||
- name: ubuntu dock disable dock-fixed
|
||||
gsettings:
|
||||
schema: org.gnome.shell.extensions.dash-to-dock
|
||||
key: dock-fixed
|
||||
value: 'false'
|
||||
|
||||
- name: ubuntu dock set dock-position to bottom
|
||||
gsettings:
|
||||
schema: org.gnome.shell.extensions.dash-to-dock
|
||||
key: dock-position
|
||||
value: "'BOTTOM'"
|
||||
|
||||
- name: ubuntu dock disable extend-height
|
||||
gsettings:
|
||||
schema: org.gnome.shell.extensions.dash-to-dock
|
||||
key: extend-height
|
||||
value: 'false'
|
@ -10,36 +10,6 @@
|
||||
- gnome-themes-extra
|
||||
state: latest
|
||||
|
||||
- name: autostart 1password
|
||||
copy:
|
||||
dest: '{{ansible_env.HOME}}/.config/autostart/1password.desktop'
|
||||
content: |
|
||||
[Desktop Entry]
|
||||
Name=1Password
|
||||
Exec=/opt/1Password/1password %U
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=1password
|
||||
StartupWMClass=1Password
|
||||
Comment=Password manager and secure wallet
|
||||
MimeType=x-scheme-handler/onepassword;x-scheme-handler/onepassword8;
|
||||
Categories=Office;
|
||||
|
||||
- name: autostart ulauncher
|
||||
copy:
|
||||
dest: '{{ansible_env.HOME}}/.config/autostart/ulauncher.desktop'
|
||||
content: |
|
||||
[Desktop Entry]
|
||||
Name=Ulauncher
|
||||
Comment=Application launcher for Linux
|
||||
GenericName=Launcher
|
||||
Categories=GNOME;GTK;Utility;
|
||||
TryExec=/usr/bin/ulauncher
|
||||
Exec=env GDK_BACKEND=x11 /usr/bin/ulauncher --hide-window
|
||||
Icon=ulauncher
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
||||
- name: prefer dark mode
|
||||
gsettings:
|
||||
schema: org.gnome.desktop.interface
|
||||
@ -93,6 +63,3 @@
|
||||
state: present
|
||||
key: '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings'
|
||||
value: "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/']"
|
||||
|
||||
- when: ansible_distribution == 'Ubuntu'
|
||||
include_tasks: Ubuntu.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user