From 08c4eb0c1a9c6359c2c5eeac2633450630d14981 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 10 Jun 2017 00:17:31 +0200 Subject: [PATCH] i3/i3config: firefox-about is now floating --- i3/i3config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/i3/i3config b/i3/i3config index fff5381..585c074 100644 --- a/i3/i3config +++ b/i3/i3config @@ -21,7 +21,10 @@ exec --no-startup-id firefox font pango:Fira Sans Mono 12 -##Various +# make some windows floating +for_window [class="Firefox" window_role="About"] floating enable + +# Stick windows to workspaces assign [class="Feedreader"] 8 for_window [class="Feedreader"] move workspace 8 assign [class="Evolution"] 9 @@ -30,6 +33,7 @@ assign [class="Thunderbird"] 9 for_window [class="Thunderbird"] move workspace 9 assign [class="Rhythmbox"] 10 for_window [class="Rhythmbox"] move workspace 10 + hide_edge_borders both focus_follows_mouse no