sway-new-workspace

Crates.iosway-new-workspace
lib.rssway-new-workspace
version0.1.5
sourcesrc
created_at2021-12-11 12:40:37.905646
updated_at2022-02-28 08:06:38.798961
descriptionA command to create new Sway workpaces
homepage
repositoryhttps://github.com/nzig/sway-new-workspace/
max_upload_size
id496210
size12,110
Nadav Zingerman (nzig)

documentation

README

sway-new-workspace   Action Badge Version Badge

This is a small utility to create a new workspace in Sway.

Install

cargo install sway-new-workspace

Example config

Put this in you sway config (~/.config/sway/config)

bindsym $mod+n exec sway-new-workspace open
bindsym $mod+Shift+n exec sway-new-workspace move
bindsym $mod+Shift+d exec sway-new-workspace open; exec $menu
Commit count: 14

cargo fmt