[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.
This commit is contained in:
Bruno BELANYI 2019-10-03 18:26:55 +02:00
parent 1cb56a5cbd
commit 7ebee08f4e

View file

@ -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