fixing firefox css
This commit is contained in:
parent
5e049104f8
commit
9a0fdfefa8
14 changed files with 35 additions and 29 deletions
|
@ -8,7 +8,9 @@ configuration {
|
|||
sidebar-mode: true;
|
||||
/* run-command: "fish -c {cmd}"; */
|
||||
run-list-command: "fish -c functions";
|
||||
display-drun: " ";
|
||||
display-drun: " ";
|
||||
display-run: " ";
|
||||
display-combi: " ";
|
||||
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>] - {exec}";
|
||||
threads: 0;
|
||||
scroll-method: 0;
|
||||
|
|
|
@ -12,7 +12,7 @@ else
|
|||
#echo "this is not hidpi"
|
||||
fi
|
||||
|
||||
rofi -no-lazy-grab -show drun -modi drun -theme launchers-git/"$style".rasi $@ &
|
||||
rofi -no-lazy-grab -show combi -combi-modi "drun,run" -theme launchers-git/"$style".rasi $@ &
|
||||
c=0
|
||||
while ! xprop -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set _KDE_NET_WM_BLUR_BEHIND_REGION 0 -id $(xdotool search -class 'rofi') ; do
|
||||
sleep .1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue