diff --git a/dunst/dunstrc b/dunst/dunstrc
index 46a64fd..371e222 100644
--- a/dunst/dunstrc
+++ b/dunst/dunstrc
@@ -126,7 +126,7 @@
# %n progress value if set without any extra characters
# %% Literal %
# Markup is allowed
- format = "%s\n%b"
+ format = "%i\n%s\n%b"
# Alignment of message text.
# Possible values are "left", "center" and "right".
diff --git a/i3/config b/i3/config
index 4fe72fb..ab3db5a 100644
--- a/i3/config
+++ b/i3/config
@@ -246,3 +246,9 @@ gaps inner 5
smart_gaps on
# for_window [class="*.*"] border pixel 1
bindsym $alt+Control+t exec --no-startup-id xfce4-terminal --drop-down
+bindsym Print exec --no-startup-id xfce4-screenshooter -f -s ~/Pictures/Screenshots/
+bindsym $mod+Print exec --no-startup-id xfce4-screenshooter
+# Play Pause
+bindsym XF86AudioPlay exec playerctl play-pause
+bindsym XF86AudioPause exec playerctl play-pause
+