From 0cbfd510ebd6bdc501c2403d4097151eb832b04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Mon, 20 Jan 2020 22:49:43 +0100 Subject: [PATCH] use i3-nagbar option -b (working on Ubuntu) instead of -B --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index af3761c..eb0c151 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -126,7 +126,7 @@ bindsym $mod+Ctrl+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Ctrl+r restart # exit i3 (logs you out of your X session) -bindsym $mod+Ctrl+End exec "i3-nagbar -t warning -m 'Exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" +bindsym $mod+Ctrl+End exec "i3-nagbar -t warning -m 'Exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" # resize window (you can also use the mouse for that) mode "resize" {