Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WM independent desktop switch shortcuts #11

Open
vimpostor opened this issue Mar 6, 2019 · 2 comments
Open

Add WM independent desktop switch shortcuts #11

vimpostor opened this issue Mar 6, 2019 · 2 comments

Comments

@vimpostor
Copy link
Collaborator

I am trying to switch from libinput-gestures. libinput-gestures supported some internal commands, like for instance _internal ws_up to switch to the next virtual desktop, which worked independent of the DE/WM.

It would be cool, if something like this could be added too.

@Frenzie
Copy link

Frenzie commented Apr 11, 2019

Also see https://developer.gnome.org/libwnck/stable/ for window control.

@Frenzie
Copy link

Frenzie commented Apr 24, 2019

@magnus-gross Got me slightly curious. It's a little wrapper script around wmctrl:

https://github.com/bulletmark/libinput-gestures/blob/57df3d295c1a7c15dc4a9baa94e97d67a8f2bcda/libinput-gestures#L215-L251

A quick search shows more options people have created, like:

wmctrl -s $(wmctrl -d | awk '$2==\"*\"{cur=NR} END{print cur % NR}')

From https://askubuntu.com/a/176614

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants