From 421804bef590b1100cf1fd13c01907725a421b6e Mon Sep 17 00:00:00 2001 From: "flyingscorpio@pinebookpro" Date: Sat, 17 Jul 2021 18:16:14 +0200 Subject: [PATCH] Add udiskie command to xinitrc for automount --- dotfiles/xinitrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/xinitrc b/dotfiles/xinitrc index ed1f3ad..1580f02 100644 --- a/dotfiles/xinitrc +++ b/dotfiles/xinitrc @@ -43,6 +43,10 @@ if command -v numlockx >/dev/null 2>&1; then numlockx & fi +if command -v udiskie >/dev/null 2>&1; then + udiskie --tray & +fi + if command -v protonvpn >/dev/null 2>&1; then sudo protonvpn c -f fi