aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-05-31 17:28:52 -0400
committertdro <tdro@users.noreply.github.com>2019-05-31 17:28:52 -0400
commit9a7fef4623e19ec8e21d0fab4a8a9af05cb95958 (patch)
treead1bb1f133bf849ed3607bfaf7c3f0d48ec5d9e0 /.config/awesome
parent4b21297d92281a15cae64647653a69f4b1f127f8 (diff)
downloaddotfiles-9a7fef4623e19ec8e21d0fab4a8a9af05cb95958.tar.gz
dotfiles-9a7fef4623e19ec8e21d0fab4a8a9af05cb95958.tar.bz2
dotfiles-9a7fef4623e19ec8e21d0fab4a8a9af05cb95958.zip
awesome/scripts/file-search: Add file search command
Diffstat (limited to '.config/awesome')
-rwxr-xr-x.config/awesome/scripts/file-search16
1 files changed, 2 insertions, 14 deletions
diff --git a/.config/awesome/scripts/file-search b/.config/awesome/scripts/file-search
index ac559b8..caa1850 100755
--- a/.config/awesome/scripts/file-search
+++ b/.config/awesome/scripts/file-search
@@ -1,15 +1,3 @@
-#!/bin/bash
+#!/bin/sh
-# dmenu
-#if [ -f $HOME/.dmenurc ]; then
- #. $HOME/.dmenurc
-#else
- #DMENU='dmenu -f -i -b'
-#fi
-
-#input="$($DMENU -p "Search":)"
-#if [ "$input" != '' ]
-#then
- #result="$(echo "$input" | locate -e -r "$input" | $DMENU -p "Result:" )"
- #xdg-open "$result"
-#fi
+xdg-open "$(locate /home | rofi -font "ubuntu 12" -padding 20 -dmenu -i -p 'Files')"