diff --git a/.config/swayr/config.toml b/.config/swayr/config.toml new file mode 100644 index 0000000..76f614c --- /dev/null +++ b/.config/swayr/config.toml @@ -0,0 +1,11 @@ +[menu] +executable = "fuzzel" +args = [ + "--dmenu", + "--lines=20", + "--width=130", + "--prompt=Select window: " +] + +[format] +window_format = " {app_name} │ PID: {pid} │ {name} "