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'"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue