From c4ad67d387e44d60244097b937519253162fb832 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 10 Aug 2021 16:40:36 +0200 Subject: [PATCH] rofi: accept an entry on single click --- dotfiles/rofi.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/rofi.conf b/dotfiles/rofi.conf index 07c03b0..d7cf6ee 100644 --- a/dotfiles/rofi.conf +++ b/dotfiles/rofi.conf @@ -2,6 +2,8 @@ /* All options can be found with "rofi -dump-config" */ configuration { dpi: 0; + me-select-entry: "Control+MousePrimary"; + me-accept-entry: "MousePrimary"; } /*