dotfiles/disks/.config/systemd/user/udiskie.service
Marty Oehme a57e9ab7da
disks: Add removable media automounting
`udiskie` is kept running in the background and automatically
mounting any inserted media, which will then also show its
tray icon so that it can be quickly unmounted as well.

Additional ideas would be to allow mounting / unmounting through
keyboard sequences instead of gui (via rofi for example).
2020-10-21 16:46:59 +02:00

11 lines
240 B
Desktop File

[Unit]
Description=Automated mounting of removable devices (udisks)
[Service]
# workaround to allow relative executable invocation (i.e. current users' home dir)
ExecStart=/usr/bin/udiskie
Restart=always
[Install]
WantedBy=default.target