mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
updates
This commit is contained in:
parent
13e57a64a4
commit
83b8c1716a
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
.git
|
||||
.idea
|
||||
.vscode
|
||||
scripts/rofi/*
|
||||
eww/.coverart
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for filename in "$@"; do
|
||||
emacsclient -n -c "$@"
|
||||
emacsclient -n -e emacs -c "$@"
|
||||
done
|
||||
|
@ -7,7 +7,7 @@ ARGS=(
|
||||
"Quit"
|
||||
)
|
||||
|
||||
CHOICE=$(printf "%s\n" "${ARGS[@]}" | rofi -config ~/SudacodeRice/rofi/rofidmenu.rasi -dmenu -l 4 -i -p "RDP Helper")
|
||||
CHOICE=$(printf "%s\n" "${ARGS[@]}" | rofi -config ~/SudacodeRice/rofi/flat-orange.rasi -dmenu -l 4 -i -p "RDP Helper")
|
||||
|
||||
if [[ "$CHOICE" == "Quit" ]]; then
|
||||
echo "BYE" && exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user