Pushed everything?
This commit is contained in:
15
.scripts/dmenu_custom.sh
Executable file
15
.scripts/dmenu_custom.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
PICK=$(echo -e "mat\nfiz\nplan" | dmenu)
|
||||
|
||||
case $PICK in
|
||||
"mat")
|
||||
evince ~/Documents/wybrane_wzory_matematyczne_EM2023.pdf
|
||||
;;
|
||||
"fiz")
|
||||
evince ~/Documents/wybrane_wzory_stale_fizykochemiczne_EM2023.pdf
|
||||
;;
|
||||
"plan")
|
||||
evince ~/Documents/plan.pdf
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user