summaryrefslogtreecommitdiff
path: root/note
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-09-27 11:23:08 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-09-27 11:23:08 +0300
commit3e0ee3784ae3066c969fc4340fe330adecb45c34 (patch)
tree500c4654c0b11204caa3b751121e5f4deba07322 /note
parent53b3da20365cfa739e60d206f566f31d923ccf29 (diff)
remove border width dmenu option
Diffstat (limited to 'note')
-rwxr-xr-xnote2
1 files changed, 1 insertions, 1 deletions
diff --git a/note b/note
index eae8cf0..0653e6c 100755
--- a/note
+++ b/note
@@ -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
}