aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-09-02 22:29:48 +0200
committerVictor Häggqvist <[email protected]>2014-09-02 22:29:48 +0200
commit068f4b504e0e0454af1a325939f9ac386016ba62 (patch)
treecaf050eabc5be30c1f19c88a151f836238b896a4 /etc
parent1958c3c47cb5a25e8258961c5784e4bfffc65ff8 (diff)
filter uniqe items and blacklist
Diffstat (limited to 'etc')
-rw-r--r--etc/config5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/config b/etc/config
index 15eb62e..332122d 100644
--- a/etc/config
+++ b/etc/config
@@ -1,3 +1,4 @@
{
- "dmenu_params": "-i -nb black -nf orange -sb black -p \"#\""
-} \ No newline at end of file
+ "dmenu_params": "-b -i -nb black -nf orange -sb black -p \"#\"",
+ "ignorelist": ["X"]
+}