Many changes
This commit is contained in:
parent
0526302f3e
commit
90fc6ab4fb
39 changed files with 1416 additions and 18 deletions
7
bin/.bin/dmenu/screenlayout
Executable file
7
bin/.bin/dmenu/screenlayout
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
FOLDER="$HOME/.dotfiles/bin/.bin/screenlayouts/"
|
||||
script=$(ls "$FOLDER" | sed 's/\.sh$//' | rofi -dmenu -p "Layout" )
|
||||
"${FOLDER}${script}.sh"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue