This website requires JavaScript.
Explore
Help
Register
Sign In
Danacus
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
75974abb8c
dotfiles
/
.config
/
i3
/
run.sh
8 lines
104 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
COMMAND
=
$(
rofi -dmenu -i
)
if
test
-n
"
$COMMAND
"
;
then
termite -e zsh -c
"
${
COMMAND
}
"
fi
Reference in New Issue
View Git Blame
Copy Permalink