From 0e80a0c114d34384d6561b124cc31d27578acff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 26 Sep 2013 12:23:33 +0200 Subject: [PATCH] Removed borders for notifications of xfce4-notifyd. --- i3/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3/i3/config b/i3/i3/config index 0280fd3..96217de 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -215,6 +215,8 @@ for_window [class="^Terminator$"] border 1pixel for_window [class="^Firefox$"] border none +for_window [class="^Xfce4-notifyd$"] border none + # Start the wallpaper changer. exec --no-startup-id $path_wallchanger $wallpaper_directory $wallpaper_interval > $wallpaper_logfile &