[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:
parent
1cb56a5cbd
commit
7ebee08f4e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue