Marty Oehme
a57e9ab7da
`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).
10 lines
240 B
Desktop File
10 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
|