From 8c4aba2a463852ca7a6a6ac8b0340e5ffa01bc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 9 Oct 2023 00:56:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(rofi):=20deleted?= =?UTF-8?q?=20window=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/rofi/config.rasi | 2 +- .config/rofi/style.rasi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 4378d0a5..d8eef07c 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { /*---------- General setting ----------*/ - modi: "drun,run,file-browser-extended,window"; + modi: "drun,run,file-browser-extended"; case-sensitive: false; cycle: true; filter: ""; diff --git a/.config/rofi/style.rasi b/.config/rofi/style.rasi index 5489f939..ab8ff3a3 100644 --- a/.config/rofi/style.rasi +++ b/.config/rofi/style.rasi @@ -1,6 +1,6 @@ /*****----- Configuration -----*****/ configuration { - modi: "drun,file-browser-extended,window"; + modi: "drun,file-browser-extended"; show-icons: true; display-drun: "Apps"; display-run: "Run";