Improve swap_mode command

This commit is contained in:
Alex Selimov 2025-10-06 20:02:46 -04:00
parent 47b0bbbdc5
commit dc6c3cda99
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
6 changed files with 45 additions and 6 deletions

View file

@ -7,7 +7,7 @@
set -e
dmenu="dmenu -theme-str 'window {width: 25%;}' -i -p Emoji"
dmenu="dmenu -theme-str 'window {width: 50%;}' -i -p Emoji"
case "$1" in
"list")
data=$(sed '0,/^__DATA__$/d' "$0")