From bf7ae2ddbe08bf67d0e2f2b40346472dfd558825 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Fri, 11 Feb 2022 21:44:10 -0700 Subject: [PATCH] Removed unneeded whitespace --- .config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 5acb2d9..b011335 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -224,7 +224,7 @@ # Set this to true to use X11 output on Wayland. force_xwayland = false - + ### Legacy # Use the Xinerama extension instead of RandR for multi-monitor support. @@ -268,7 +268,7 @@ # Xev might be helpful to find names for keys. # Close notification. - close = mod4+mod1+space + close = mod4+mod1+space # Close all notifications. close_all = mod4+mod1+Shift_L @@ -277,7 +277,7 @@ # On the US keyboard layout "grave" is normally above TAB and left # of "1". Make sure this key actually exists on your keyboard layout, # e.g. check output of 'xmodmap -pke' - history = mod4+mod1+Tab + history = mod4+mod1+Tab # Context menu. context = mod4+mod1+period