mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-25 05:42:22 +00:00
fix rofi
This commit is contained in:
parent
c492385999
commit
fca0f21fcb
2 changed files with 5 additions and 1 deletions
|
@ -68,7 +68,8 @@ in
|
||||||
inputbar,
|
inputbar,
|
||||||
prompt,
|
prompt,
|
||||||
textbox-prompt-colon,
|
textbox-prompt-colon,
|
||||||
entry {
|
entry,
|
||||||
|
element-text, element-icon {
|
||||||
background-color: @background-light;
|
background-color: @background-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,3 +2,6 @@ goto_toc <tab>
|
||||||
prev_state <C-o>
|
prev_state <C-o>
|
||||||
next_state <C-i>
|
next_state <C-i>
|
||||||
open_prev_doc <C-p>
|
open_prev_doc <C-p>
|
||||||
|
screen_down <C-d>
|
||||||
|
screen_up <C-u>
|
||||||
|
fit_to_page_width_smart <A-f>
|
||||||
|
|
Loading…
Reference in a new issue