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";