From 5cf479221358db78bde2a310ce61205a2c6fb9b8 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Mon, 16 Dec 2024 08:49:03 +0100 Subject: [PATCH] Rofi reconfig --- dotfiles/.config/nvim/lua/plugins/dap.lua | 2 +- dotfiles/.config/rofi/config.rasi | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/dotfiles/.config/nvim/lua/plugins/dap.lua b/dotfiles/.config/nvim/lua/plugins/dap.lua index 4414638..c7f2604 100644 --- a/dotfiles/.config/nvim/lua/plugins/dap.lua +++ b/dotfiles/.config/nvim/lua/plugins/dap.lua @@ -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}" }, }, } diff --git a/dotfiles/.config/rofi/config.rasi b/dotfiles/.config/rofi/config.rasi index 163853f..94c72e2 100644 --- a/dotfiles/.config/rofi/config.rasi +++ b/dotfiles/.config/rofi/config.rasi @@ -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} [({generic})]";*/ /* 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; +}