Compare commits

..

2 Commits

Author SHA1 Message Date
ColumbusUtrigas 4e402241ca android-studio fix 2022-09-06 22:42:13 +04:00
ColumbusUtrigas 58fafcc0f3 dmenumount 2022-09-06 22:41:35 +04:00
2 changed files with 8 additions and 0 deletions

1
bin/android-studio Executable file
View File

@ -0,0 +1 @@
_JAVA_AWT_WM_NONREPARENTING=1 $HOME/android/android-studio/bin/studio.sh

7
bin/dmenumount Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
selected=$(simple-mtpfs -l | dmenu | cut --d : --f 1)
if [ ! -z $selected ]; then
echo 'found'
fi