This website requires JavaScript.
Explore
Help
Sign In
lorenzhohermuth
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a58b60cd4c
dotfiles
/
.config
/
i3
/
rofi
/
screenmenu.sh
5 lines
92 B
Bash
Raw
Blame
History
#! /bin/sh
chosen
=
$(
ls -1 ~/.screenlayout
|
rofi -dmenu -i
)
bash ~/.screenlayout/
${
chosen
}
Reference in New Issue
View Git Blame
Copy Permalink