Checkpoint
This commit is contained in:
parent
c501435876
commit
6f5266b63d
42 changed files with 652 additions and 136 deletions
24
roles/gnome/defaults/main.yml
Normal file
24
roles/gnome/defaults/main.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
|
||||
keyboard_shortcuts:
|
||||
- id: 0
|
||||
command: "'/home/jonathan/.bin/audio-switch Audioengine'"
|
||||
shortcut: "'<Shift><Control><Alt>1'"
|
||||
name: "'Audioengine Speakers'"
|
||||
- id: 1
|
||||
command: "'/home/jonathan/.bin/audio-switch \"USB Audio Speakers\"'"
|
||||
shortcut: "'<Shift><Control><Alt>2'"
|
||||
name: "'Sonos Port'"
|
||||
- id: 2
|
||||
command: "'/home/jonathan/.bin/audio-switch arctis'"
|
||||
shortcut: "'<Shift><Control><Alt>3'"
|
||||
name: "'Arctis Nova Pro'"
|
||||
- id: 3
|
||||
command: "'/home/jonathan/.bin/audio-switch \"USB Audio Front Headphones\"'"
|
||||
shortcut: "'<Shift><Control><Alt>4'"
|
||||
name: "'Front Headphones'"
|
||||
- id: 4
|
||||
command: "'/home/jonathan/.bin/audio-switch xm5'"
|
||||
shortcut: "'<Shift><Control><Alt>5'"
|
||||
name: "'XM5s'"
|
||||
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
|
||||
# Run gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
|
||||
# Run gsettings set org.gnome.shell app-picker-layout "[]"
|
||||
|
||||
- name: Install gnome-extensions-cli
|
||||
pip:
|
||||
name: gnome-extensions-cli
|
||||
|
@ -15,9 +12,9 @@
|
|||
with_items:
|
||||
- hue-lights@chlumskyvaclav.gmail.com
|
||||
- espresso@coadmunkee.github.com
|
||||
- sound-output-device-chooser@kgshank.net
|
||||
- logomenu@aryan_k
|
||||
- expandable-notifications@kaan.g.inam.org
|
||||
- gsconnect@andyholmes.github.io
|
||||
- bluetooth-quick-connect@bjarosze.gmail.com
|
||||
- appindicatorsupport@rgcjonas.gmail.com
|
||||
- gTile@vibou
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue