sway-launchpad

A small rust script to switch sway workspaces using a Launchpad S
git clone git://archive.git.mtrnord.blog/MTRNord/sway-launchpad.git
Log | Files | Refs | LICENSE

Cargo.toml (194B)


      1 [workspace]
      2 members = [
      3     "launchpad_sway_controler",
      4     "lsc_example_plugin",
      5     "lsc_matrix_presets",
      6     "launchpad_sway_controler_macros"
      7 ]
      8 
      9 [profile.dev.package.backtrace]
     10 opt-level = 3