Rofi reconfig

This commit is contained in:
Vladan Popovic 2024-12-16 08:49:03 +01:00
parent 292bfd6404
commit 5cf4792213
2 changed files with 9 additions and 6 deletions

View file

@ -41,7 +41,7 @@ dap.adapters.lldb = {
type = 'server',
port = "${port}",
executable = {
command = '/usr/bin/lldb-dap',
command = '/usr/bin/lldb-dap-18',
args = { "--port", "${port}" },
},
}

View file

@ -3,11 +3,11 @@
@theme "sidebar"
configuration {
/* modes: "combi,drun,run,ssh,filebrowser";*/
modes: "combi,drun,run,ssh,filebrowser";
font: "mono 12";
location: 0;
yoffset: -150;
xoffset: 1920;
yoffset: 0;
xoffset: 0;
fixed-num-lines: true;
show-icons: true;
terminal: "alacritty";
@ -21,7 +21,7 @@ configuration {
icon-theme: "Papyrus";
/* drun-match-fields: "name,generic,exec,categories,keywords";*/
/* drun-categories: ;*/
/* drun-show-actions: false;*/
drun-show-actions: true;
/* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/
/* drun-url-launcher: "xdg-open";*/
/* disable-history: false;*/
@ -38,7 +38,6 @@ configuration {
/* parse-known-hosts: true;*/
combi-modes: "drun,run,ssh,filebrowser";
matching: "fuzzy";
/* tokenize: true;*/
/* m: "-5";*/
/* filter: ;*/
@ -77,3 +76,7 @@ configuration {
sorting-method: "name";
}
}
window {
transparency: "real";
width: 1000px;
}