Change firefox binary for ubuntu
This commit is contained in:
parent
4ed8b8db4b
commit
4632b61c8f
@ -679,7 +679,7 @@ filename=$(rofi -p "filename" -dmenu -lines 1)
|
||||
|
||||
if [ -n "filename" ]; then
|
||||
cd ~/Pictures/ && \
|
||||
firefox-developer-edition -P default -headless --screenshot "$filename.png" "$QUTE_URL" && \
|
||||
firefox -P default -headless --screenshot "$filename.png" "$QUTE_URL" && \
|
||||
notify-send "Screenshot" "Taken successfully"
|
||||
fi
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user