diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
deleted file mode 120000
index ff68f1c..0000000
--- a/.config/dunst/dunstrc
+++ /dev/null
@@ -1 +0,0 @@
-/home/krolyxon/.cache/wal/dunstrc
\ No newline at end of file
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
new file mode 100644
index 0000000..65517c3
--- /dev/null
+++ b/.config/dunst/dunstrc
@@ -0,0 +1,60 @@
+# New Start: A modern Arch workflow built with an emphasis on functionality.
+# Copyright (C) 2018 Donovan Glover
+
+# NOTE: This file is automatically generated by pywal. Do not edit it by hand.
+
+[global]
+ # Make the width 3740 (3840 - 100), have 50 left margin and 95 above
+ # geometry = "3740x5-50+95"
+ offset = 3x20
+
+ # Show multiple notifications in the same box
+ separator_height = 0
+
+ # Add vertical padding to the inside of the notification
+ padding = 8
+
+ # Add horizontal padding for when the text gets long enough
+ horizontal_padding = 8
+
+ # The frame color and width of the notification
+ frame_color = "#224487"
+ frame_width = 2
+
+ # How long a user needs to be idle for sticky notifications
+ idle_threshold = 120
+
+ # Font and typography settings
+ font = Hack Nerd Font 10
+ alignment = left
+ word_wrap = yes
+
+ # Format for how notifications will be displayed
+ # Usage: `notify-send 'Title' 'Summary'`
+ format = "%s\n%b"
+
+ # Allow some HTML tags like and in notifications
+ markup = full
+ max_icon_size = 120
+ transparency = 5
+
+# These are the keybindings used to control dunst notifications
+[shortcuts]
+ close = ctrl+space
+ close_all = ctrl+shift+space
+ history = ctrl+grave
+
+# Set the background and foreground (text) color for all notifications
+[urgency_low]
+ background = "#000000"
+ foreground = "#ffffff"
+
+[urgency_normal]
+ background = "#000000"
+ foreground = "#ffffff"
+
+[urgency_critical]
+ background = "#000000"
+ foreground = "#ffffff"
+
+# vim:ft=cfg
diff --git a/.local/bin/wrdm b/.local/bin/wrdm
new file mode 100755
index 0000000..e8f5f4e
--- /dev/null
+++ b/.local/bin/wrdm
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+word=$(dmenu -p "Enter Word: " <&-)
+#$BROWSER https://www.merriam-webster.com/dictionary/$word
+$BROWSER "https://www.google.com/search?hl=en&q=define+$word"
+