From 7ebee08f4e7990b55a5ca22bcd69f0e562c2b7f5 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 3 Oct 2019 18:26:55 +0200 Subject: [PATCH] [ADD][I3] Make tridactyl editor window floating Tridactyl tries to spawn an editor inside a terminal whose window's class is set to 'tridactyl_editor', a simple rule makes it float. --- i3/.config/i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 2eb756e..080e041 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -270,3 +270,6 @@ exec --no-startup-id xautolock -time 1 -cornerredelay 5 -corners +00- -locker "~ # Set the wallpaper exec --no-startup-id feh --bg-fill ~/Pictures/wallpapers/starry-night-tree.png + +# Make tridactyl-spawned editor floating by default +for_window [class="tridactyl_editor"] floating enable border pixel 1