Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Switch to workspace & focus window on EWMH _NET_ACTIVE_WINDOW#101

Open
TAAPArthur wants to merge 1 commit into
sulami:mastersulami/FrankenWM:masterfrom
TAAPArthur:masterCopy head branch name to clipboard
Open

Switch to workspace & focus window on EWMH _NET_ACTIVE_WINDOW#101
TAAPArthur wants to merge 1 commit into
sulami:mastersulami/FrankenWM:masterfrom
TAAPArthur:masterCopy head branch name to clipboard

Conversation

@TAAPArthur

Copy link
Copy Markdown

Switch to workspace & focus window on EWMH _NET_ACTIVE_WINDOW. Calling xcb_ewmh_request_change_active_window(ewmh, 0, winToActivated, 1, 0, currentWin); from a client will cause winToActivated to become the active window

Added option to disable changing border colors
Some applications want to set border colors based on certain factors. The new options ensures Franken doesn't override these settings.

Added option to disable changing border colors
Comment thread frankenwm.c
if (ev->type == ewmh->_NET_ACTIVE_WINDOW) {
if (c) {
//change to current desktop first
desktop *desk=wintodesktop(ev->window);

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your indentation is off by one here

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

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.