diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-31 16:42:34 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-31 16:42:34 +0200 |
commit | c02fdacac61796b1686636bec396fe5427c14626 (patch) | |
tree | 7bd617f90dbf75a0958bd339b08981ec8298405c /.dtprofile | |
parent | .dtprofile (diff) | |
download | dotfiles-bsd-c02fdacac61796b1686636bec396fe5427c14626.tar.gz dotfiles-bsd-c02fdacac61796b1686636bec396fe5427c14626.tar.bz2 dotfiles-bsd-c02fdacac61796b1686636bec396fe5427c14626.tar.xz dotfiles-bsd-c02fdacac61796b1686636bec396fe5427c14626.tar.zst dotfiles-bsd-c02fdacac61796b1686636bec396fe5427c14626.zip |
good CDE
Diffstat (limited to '')
-rwxr-xr-x | .dtprofile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -143,10 +143,17 @@ export dtstart_sessionlogfile="/dev/null" # # DTSOURCEPROFILE=true +export DTOPEN_VIMAGE="xv nsxiv display gimp" +export DTOPEN_VVIDEO="mpv" +export DTOPEN_VPS="gv" +export DTOPEN_VPDF="xpdf zathura" + startif() { pgrep "$1" >/dev/null || "$@" >/dev/null 2>&1 & } + +sysctl hw.snd.default_unit=4 pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1 "$HOME"/.local/bin/kb xset s off |