aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-08-09 23:27:04 +0100
committerLeonardo Bishop <me@leonardobishop.com>2024-08-09 23:27:04 +0100
commitfe236054c3b6bc96b30ab2353b0af6e3795e31bf (patch)
tree4d043a0165d44afd4a085e2ad6d01c8de6268f6d
parent05c356375f0bbe3fb36b3c96159752f4f8ce9897 (diff)
Update wofi style
-rw-r--r--wofi/config1
-rw-r--r--wofi/style.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/wofi/config b/wofi/config
index 3730661..2a44d00 100644
--- a/wofi/config
+++ b/wofi/config
@@ -4,5 +4,6 @@ insensitive=true
dynamic_lines=true
no_actions=true
location=2
+single_click=true
drun-display_generic=true
diff --git a/wofi/style.css b/wofi/style.css
index 5e10303..af56f21 100644
--- a/wofi/style.css
+++ b/wofi/style.css
@@ -17,6 +17,7 @@ window {
#input {
border: none;
background-color: #434e59;
+ box-shadow: none;
opacity: 1;
border-radius: 0;
}