diff options
| author | awy <awy@awy.one> | 2025-11-29 22:41:04 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-29 22:41:04 +0300 |
| commit | f0618cb3bb5d1d75295483641fcdf2e1babaf4cf (patch) | |
| tree | 69379d5e2f0c706359ffae35dc7851ac21923a52 /.local/bin/bookmarks | |
| parent | 8d8473e481aed6814d0e6c87257934749c6829ca (diff) | |
| download | hyprdots-f0618cb3bb5d1d75295483641fcdf2e1babaf4cf.tar.gz | |
ye
Diffstat (limited to '.local/bin/bookmarks')
| -rwxr-xr-x | .local/bin/bookmarks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/bookmarks b/.local/bin/bookmarks index 45971f3..a5d8c6f 100755 --- a/.local/bin/bookmarks +++ b/.local/bin/bookmarks @@ -8,7 +8,7 @@ CLIPBOARD() { } DMENU() { - rofi -dmenu -i -l "${1}" -p "${2}" + rofi -theme-str 'window {width: 10%;}' -dmenu -i -l "${1}" -p "${2}" } error_notify() { |