Rofi reconfig
This commit is contained in:
parent
02ad955e9c
commit
7a64c68df7
2 changed files with 7 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ dap.adapters.lldb = {
|
||||||
type = 'server',
|
type = 'server',
|
||||||
port = "${port}",
|
port = "${port}",
|
||||||
executable = {
|
executable = {
|
||||||
command = '/usr/bin/lldb-dap',
|
command = '/usr/bin/lldb-dap-18',
|
||||||
args = { "--port", "${port}" },
|
args = { "--port", "${port}" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
@theme "sidebar"
|
@theme "sidebar"
|
||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
/* modes: "combi,drun,run,ssh,filebrowser";*/
|
modes: "combi,drun,run,ssh,filebrowser";
|
||||||
font: "mono 12";
|
font: "mono 12";
|
||||||
location: 0;
|
location: 0;
|
||||||
fixed-num-lines: true;
|
fixed-num-lines: true;
|
||||||
|
|
@ -19,7 +19,7 @@ configuration {
|
||||||
icon-theme: "Papyrus";
|
icon-theme: "Papyrus";
|
||||||
/* drun-match-fields: "name,generic,exec,categories,keywords";*/
|
/* drun-match-fields: "name,generic,exec,categories,keywords";*/
|
||||||
/* drun-categories: ;*/
|
/* drun-categories: ;*/
|
||||||
/* drun-show-actions: false;*/
|
drun-show-actions: true;
|
||||||
/* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/
|
/* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/
|
||||||
/* drun-url-launcher: "xdg-open";*/
|
/* drun-url-launcher: "xdg-open";*/
|
||||||
/* disable-history: false;*/
|
/* disable-history: false;*/
|
||||||
|
|
@ -36,7 +36,6 @@ configuration {
|
||||||
/* parse-known-hosts: true;*/
|
/* parse-known-hosts: true;*/
|
||||||
combi-modes: "drun,run,ssh,filebrowser";
|
combi-modes: "drun,run,ssh,filebrowser";
|
||||||
matching: "fuzzy";
|
matching: "fuzzy";
|
||||||
|
|
||||||
/* tokenize: true;*/
|
/* tokenize: true;*/
|
||||||
/* m: "-5";*/
|
/* m: "-5";*/
|
||||||
/* filter: ;*/
|
/* filter: ;*/
|
||||||
|
|
@ -75,3 +74,7 @@ configuration {
|
||||||
sorting-method: "name";
|
sorting-method: "name";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
window {
|
||||||
|
transparency: "real";
|
||||||
|
width: 1000px;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue