Updates
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "$1" == "--menu" ]]; then
|
||||
rofi -show drun
|
||||
|
||||
elif [[ "$1" == "--search" ]]; then
|
||||
firefox --new-tab "https://google.com"
|
||||
|
||||
fi
|
||||
Reference in New Issue
Block a user