diff options
author | Sebastian Reichel <sre@ring0.de> | 2019-07-15 21:26:49 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2019-07-15 21:26:49 +0200 |
commit | d70d52be6ff551a117ee3f735a6ef0a82cdbac80 (patch) | |
tree | d26011b613b76fda27c246c5b60eb7a13a0b231c | |
parent | 8b10212de760da2460c268d2505559d3a33edcf6 (diff) | |
download | sway-config-d70d52be6ff551a117ee3f735a6ef0a82cdbac80.tar.bz2 |
auto-float KiCAD footprint dialog
-rw-r--r-- | config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -218,4 +218,7 @@ for_window [class=mpv] floating enable # mpv in Wayland for_window [app_id="mpv"] floating enable +# KiCAD +for_window [class="Kicad" title="Assign Footprints"] floating enable + include /etc/sway/config.d/* |