mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
systemd: quirks for Guybrush
This commit is contained in:
parent
003c91e1db
commit
b602bab527
2 changed files with 11 additions and 0 deletions
|
@ -14,3 +14,4 @@ Wants=xiccd@%i.service
|
|||
Wants=xsettingsd@%i.service
|
||||
Wants=xss-lock@%i.service
|
||||
Wants=tmux.service
|
||||
Wants=quirks-guybrush.service
|
||||
|
|
10
systemd/quirks-guybrush.service
Normal file
10
systemd/quirks-guybrush.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Apply quirks for Guybrush
|
||||
ConditionHost=guybrush
|
||||
After=pulseaudio.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=false
|
||||
ExecStart=/usr/bin/pactl load-module module-alsa-source device=hw:0,7 channels=4
|
||||
ExecStart=/usr/bin/pactl load-module module-alsa-sink device=hw:0,0 channels=4
|
Loading…
Add table
Add a link
Reference in a new issue