mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
dropdown calc added
This commit is contained in:
parent
ecd39ff61f
commit
850ffc5365
5
.scripts/dropdowncalc
Executable file
5
.scripts/dropdowncalc
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# This script ensures that i3 will spawn a calculator.
|
||||
# If R is installed, it will run R, otherwise it will run
|
||||
# Python.
|
||||
([[ -e /usr/bin/R ]] && R -q) || python -q
|
||||
Loading…
x
Reference in New Issue
Block a user