1
0
forked from lionel/debianlive

some addition

- add pulseaudio-module-bluetooth
 - add virt-viewer
 - PAGER = cat
 - desktop-icons -> primary
This commit is contained in:
Imperator
2021-09-03 15:14:05 +02:00
committed by Lionel
parent 177aa84ca8
commit 4f29fee4ae
4 changed files with 12 additions and 2 deletions

View File

@ -98,6 +98,7 @@ alias svim='sudo vim'
alias sudo='sudo '
alias df='df -x tmpfs -x devtmpfs'
alias nmcli="PAGER=cat nmcli"
LSBLKOPT='NAME,TYPE,FSTYPE,SIZE,LABEL,MOUNTPOINT'
alias lsblk='lsblk -o$LSBLKOPT'

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-desktop" version="1.0">
<property name="desktop-icons" type="empty">
<property name="primary" type="bool" value="true"/>
</property>
</channel>