Skip to content

Commit

Permalink
Add sound-control autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Etienne Bougue committed Jul 27, 2023
1 parent 239e95b commit e4061bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Various linux/debian/ubuntu confs & scripts
* postgresql: docker run -d --restart unless-stopped --hostname docker-postgres --name pierretienne-postgres -e POSTGRES_USER=XXXX -e POSTGRES_PASSWORD=XXXX -e PGDATA=/var/lib/postgresql/data/pgdata -v /home/postgres:/var/lib/postgresql/data -p 5432:5432 postgres:13-alpine
* git-gui options : "none" as spellchecker dictionnary
* Remove autostart ssh-agent to manage keys
* Add autostart sound (cp control_sound.desktop ~/.local/share/applications/control_sound.desktop, then tweak gnome)
* Remove bluetooth autostart (AutoEnable=false in /etc/bluetooth/main.conf)
* define konsole profile to be "default" (using 'which zsh')
* pyenv, pyenv-virtualenv, pyenv install 3.8.9, pyenv virtualenv 3.8.9 ds4
Expand Down
15 changes: 15 additions & 0 deletions control_sound.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Desktop Entry]
Name=SoundControl
Encoding=UTF-8
Comment=Sound control console
GenericName=Sound
X-GNOME-FullName=SoundControl
Exec=gnome-control-center sound
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=
Categories=
MimeType=
StartupWMClass=SoundControl
StartupNotify=true

0 comments on commit e4061bb

Please sign in to comment.