diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-28 13:38:46 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-28 13:38:46 -0500 |
commit | ac067ff89e7318d3ab65626d9a2701f09ef959f3 (patch) | |
tree | e4350a41aa2aa1d3ef12563b5281d2806cddd795 /.config/startup | |
parent | d4775d06c87a284b8933634c205c9af11121e4d6 (diff) |
volumectl uses pipewire and dwmblocks eselect news
Diffstat (limited to '.config/startup')
-rwxr-xr-x | .config/startup/workstation | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/startup/workstation b/.config/startup/workstation new file mode 100755 index 0000000..a722e4b --- /dev/null +++ b/.config/startup/workstation @@ -0,0 +1,7 @@ +#!/bin/sh + +# Pipewire setup: +gentoo-pipewire-launcher & + +# Automatically start dropbox +dropbox start & |