move config files to new yadm dir

This commit is contained in:
Simonas Narbutas
2019-11-21 10:23:04 +01:00
parent 8c78170a3a
commit 07551e044a
35 changed files with 439 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
menu=$(echo -e "firefox -P work\nfirewarden chromium\nchromium --profile-directory=Default\ngoogle-chat-linux.sh\n| xclip -selection c\n" | rofi -dmenu -p "browser ")
if [[ $menu == \|* ]]; then
eval echo \"$@\" $menu > /dev/null 2>&1 &
else
eval $menu \"$@\" > /dev/null 2>&1 &
fi