emacsomancer / equake

A drop-down console written in Emacs Lisp, designed for eshell and terminal emulation.
GNU General Public License v3.0
2 stars 0 forks source link

include shell script for better behaviour on multiple-workspace setups #33

Closed emacsomancer closed 4 months ago

emacsomancer commented 2 years ago

For environments where there are different workspaces/groups/tabs, ideally an Equake frame open in a non-visible workspace should be moved to the current workspace rather than being (invisibly) minimised in its current workspace (which then requires two clicks of the calling keybinding to get it to appear on the current workspace).

For StumpWM, I came up with a complicated way of moving Equake from one group (~workspace) to another, but it's complicated and StumpWM specific.

A simple shell script in many cases could address this problem.

@jeffkowalski - do you think I could include some version of the shell script you posted at https://gitlab.com/emacsomancer/equake/-/issues/23#note_971632336 ? This seems to work well to address this issue.

emacsomancer commented 2 years ago

In GitLab by @jeffkowalski on Jun 27, 2022, 14:54

@emacsomancer You are welcome to use that shell script any way you like. I'm glad it's helpful.

emacsomancer commented 2 years ago

Thanks, @jeffkowalski !

Closed by https://gitlab.com/emacsomancer/equake/-/commit/b546c14e836102dcfbd7159f253ff4405e85784f.