Add bkmark script

This commit is contained in:
Tyler Perkins 2023-11-25 18:11:34 -05:00
parent 3ba56a1a13
commit b29f885020
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 5 additions and 0 deletions

5
bkmark Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
SOURCE="/home/tyler/.frequent"
xdotool type $(cat $SOURCE | dmenu -l 50 | cut -d ' ' -f1)