vrde / i3-quiet

Distraction free i3 experience
MIT License
76 stars 3 forks source link

Issue #6: Restore window to "correct" workspace with custom name #8

Closed tcaxle closed 4 years ago

tcaxle commented 4 years ago

Uses a JSON file located at ~/.config/i3/.i3-quiet.json to store workspace data when moving window to zen workspace. Reads file to move workspace to the original one (by number, not by name) using i3-msg move workspace number X instead of i3-msg move workspace X

vrde commented 4 years ago

This looks great, thanks!