diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-05-13 17:58:26 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-05-13 17:58:26 -0400 |
commit | d552ce8e6de88ee7ff362d3a6a9ad746e876fbc5 (patch) | |
tree | efe83835c5372978d2bb735f7a1c766881f9aeb7 /dwm-fkeys.sh | |
parent | 212b87cd003505f0414b8c3cc538c715f8c33df6 (diff) | |
download | scripts-d552ce8e6de88ee7ff362d3a6a9ad746e876fbc5.tar.xz scripts-d552ce8e6de88ee7ff362d3a6a9ad746e876fbc5.zip |
fixed email address
Diffstat (limited to 'dwm-fkeys.sh')
-rwxr-xr-x | dwm-fkeys.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dwm-fkeys.sh b/dwm-fkeys.sh deleted file mode 100755 index c656161..0000000 --- a/dwm-fkeys.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -choice=$( -dmenu -l 12 -i -b -p [Fn]: << EOF -F1: File Manager [Sleep] -F2: Wifi Scanner -F3: Browser -F4: Email -F5: Brightness Down -F6: Brightness Up -F7: Unused [Blank Screen] -F8: Mounter [Unmounter] -F9: Unused -F10: Unused [Vol Mute] -F11: Unused [Vol Down] -F12: Unused [Vol Up] -EOF -) |