add hidpi config for rofi-dracula

This commit is contained in:
ksyasuda
2021-11-06 17:31:45 -07:00
parent 195bdc54d2
commit 359e7c1d60
2 changed files with 128 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env sh
m() { rofi -theme ~/SudacodeRice/rofi/rofimpd-desktop.rasi -dmenu -i "$@"; }
mb() { rofi -theme ~/SudacodeRice/rofi/rofimpd-desktop.rasi -dmenu -i -kb-custom-1 "Alt+q" "$@"; }
m() { rofi -theme -dmenu -config ~/SudacodeRice/rofi/dracula-4k.rasi -l 24 -i "$@"; }
mb() { rofi -dmenu -config ~/SudacodeRice/rofi/dracula-4k.rasi -l 24 -i -kb-custom-1 "Alt+q" "$@"; }
artist() {
lines="$(mpc list artist | wc -l)"