Rofi reconfig
This commit is contained in:
parent
292bfd6404
commit
5cf4792213
2 changed files with 9 additions and 6 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,11 +3,11 @@
|
||||||
@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;
|
||||||
yoffset: -150;
|
yoffset: 0;
|
||||||
xoffset: 1920;
|
xoffset: 0;
|
||||||
fixed-num-lines: true;
|
fixed-num-lines: true;
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
terminal: "alacritty";
|
terminal: "alacritty";
|
||||||
|
@ -21,7 +21,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;*/
|
||||||
|
@ -38,7 +38,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: ;*/
|
||||||
|
@ -77,3 +76,7 @@ configuration {
|
||||||
sorting-method: "name";
|
sorting-method: "name";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
window {
|
||||||
|
transparency: "real";
|
||||||
|
width: 1000px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue