Update dmenu scripts

This commit is contained in:
2024-06-06 01:08:02 +01:00
parent 656e0d8bd3
commit 9071b7d39b
12 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
udisksctl mount -b $(lsblk -lp | awk '/part/ {print $1, "(" $4 ")"}' | dmenu -p mount)

View File

@@ -0,0 +1,3 @@
#!/bin/sh
udisksctl power-off -b $(lsblk -lp | awk '/part/ {print $1, "(" $4 ")"}' | dmenu -p poweroff)

View File

@@ -0,0 +1,3 @@
#!/bin/sh
udisksctl unmount -b $(lsblk -lp | awk '/part/ {print $1, "(" $4 ")"}' | dmenu -p unmount)

0
dotfiles/.local/bin/dmenu-websearch-sources Executable file → Normal file
View File