diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 0dc987be..eac33597 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -51,7 +51,7 @@
     # Draw a line of "separator_height" pixel height between two
     # notifications.
     # Set to 0 to disable.
-    separator_height = 2
+    separator_height = 1
 
     # Padding between text and separator.
     padding = 8
@@ -178,7 +178,7 @@
     dmenu = /usr/bin/rofi -dmenu -p dunst:
 
     # Browser for opening urls in context menu.
-    browser = /usr/bin/waterfox -new-tab
+    browser = /usr/bin/firefox -new-tab
 
     # Always run rule-defined scripts, even if the notification is suppressed
     always_run_script = true
diff --git a/.config/i3/config b/.config/i3/config
index d2800626..21c2f1a1 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -207,7 +207,7 @@ bindsym $mod+$shift+r restart
 
 # exit i3 (logs you out of your X session)
 #bindsym $mod+$shift+e exec "i3-nagbar -t warning -m 'Really exit i3wm? This will close all running applications and end your X session.' -b 'Exit' 'i3-msg exit'"
-bindsym $mod+$shift+e exec "bash i3-salt-logout-dunst"
+bindsym $mod+$shift+e exec "i3-salt-logout-dunst"
 
 # lock the screen
 bindsym $sup+l exec "bash i3-salt-lock"
@@ -273,3 +273,14 @@ mode "mopidy" {
 }
 
 bindsym $mod+m mode "mopidy"
+
+mode "test" {
+	bindsym p exec --no-startup-id notify-send "i3 Current Path" "$PATH"
+	bindsym n exec --no-startup-id notify-send "Test Notification" "This is a simple test notification"
+
+	bindsym Return mode "default"
+	bindsym Escape mode "default"
+	bindsym $mod+$shift+t mode "default"
+}
+
+bindsym $mod+$shift+t mode "test"
diff --git a/.xprofile b/.xprofile
old mode 100644
new mode 100755