diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-27 11:23:08 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-27 11:23:08 +0300 |
commit | 3e0ee3784ae3066c969fc4340fe330adecb45c34 (patch) | |
tree | 500c4654c0b11204caa3b751121e5f4deba07322 /note | |
parent | 53b3da20365cfa739e60d206f566f31d923ccf29 (diff) |
remove border width dmenu option
Diffstat (limited to 'note')
-rwxr-xr-x | note | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ open_pager() { } dmenu_note() { - note="$(echo "\c" | dmenu -c -bw 3 -p 'Note:')" + note="$(echo "\c" | dmenu -c -p 'Note:')" printf "[$(date +'%d/%m/%Y, %H:%M')] %s\n\n" "$note" >> $notesdir/notes.txt } |