Remove guake role use Gnome extension instead

This commit is contained in:
Kenneth Benzie 2024-07-03 21:23:38 +01:00
parent 8e3375b160
commit 1363fb8327
3 changed files with 0 additions and 16 deletions

View File

@ -7,7 +7,6 @@
roles: roles:
- role: firefox - role: firefox
- role: kitty - role: kitty
- role: guake
- role: cider - role: cider
- role: ulauncher - role: ulauncher
- role: gnome-shell - role: gnome-shell

View File

@ -22,9 +22,3 @@
# binding='<Shift><Alt>space' # binding='<Shift><Alt>space'
# command='1password --quick-access' # command='1password --quick-access'
# name='1Password Quick Access' # name='1Password Quick Access'
# TODO: Guake toggle - this requires removing a default binding
# [org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1]
# binding='<Super>space'
# command='guake-toggle'
# name='Guake Toggle'

View File

@ -1,9 +0,0 @@
---
- assert:
that: ansible_os_family != 'Darwin' and ansible_os_family != 'Windows'
- name: install package
become: true
package:
name: guake
state: latest