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).
This commit is contained in:
parent
2ad1389329
commit
a57e9ab7da
4 changed files with 29 additions and 0 deletions
9
disks/.config/udiskie/config.yml
Normal file
9
disks/.config/udiskie/config.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
program_options:
|
||||
tray: auto
|
||||
automount: true
|
||||
notify: true
|
||||
device_config:
|
||||
# ignore any snap loopback devices
|
||||
# see https://github.com/coldfix/udiskie/issues/180
|
||||
- id_type: squashfs
|
||||
ignore: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue