diff options
Diffstat (limited to 'wofi')
| -rw-r--r-- | wofi/config | 1 | ||||
| -rw-r--r-- | wofi/style.css | 1 |
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; } |
