Compare commits
No commits in common. "dfbfa7c1709d3649a1342a5d321d10c48afbd7bb" and "37f9615643a950680dae73fe8f40ab58b2950f67" have entirely different histories.
dfbfa7c170
...
37f9615643
@ -62,5 +62,4 @@
|
||||
src: /mnt/c/Users/Benie/AppData/Local/1Password/cli/op.exe
|
||||
dest: ~/.local/bin/op
|
||||
|
||||
- include_tasks: linux-autostart.yaml
|
||||
- include_tasks: zsh-completion.yaml
|
||||
|
@ -20,5 +20,3 @@
|
||||
dnf:
|
||||
name: 1password
|
||||
state: latest
|
||||
|
||||
- include_tasks: linux-autostart.yaml
|
||||
|
@ -1,15 +0,0 @@
|
||||
---
|
||||
- name: create autostart desktop file
|
||||
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;
|
@ -10,6 +10,36 @@
|
||||
- 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
|
||||
|
@ -50,5 +50,3 @@
|
||||
apt:
|
||||
name: ulauncher
|
||||
state: latest
|
||||
|
||||
- include_tasks: linux-autostart.yaml
|
||||
|
@ -4,5 +4,3 @@
|
||||
dnf:
|
||||
name: ulauncher
|
||||
state: latest
|
||||
|
||||
- include_tasks: linux-autostart.yaml
|
||||
|
@ -1,15 +0,0 @@
|
||||
---
|
||||
- name: create autostart desktop file
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user