Detecting if the Activities Overview is open?

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I want to detect if the Activities Overview is open or not from a script. I have tried xdotool getwindowfocus but it just gives me the window that was focused before the Activities Overview panel was opened. Is this possible?
activities-overview
add a comment |Â
up vote
0
down vote
favorite
I want to detect if the Activities Overview is open or not from a script. I have tried xdotool getwindowfocus but it just gives me the window that was focused before the Activities Overview panel was opened. Is this possible?
activities-overview
Readman xlsclients, part of thex11-toolspackage.
â waltinator
May 26 at 23:18
What about installingwmctrland then runningwmctrl -l?
â DK Bose
May 27 at 4:44
@DKBose Unfortunatelywmctrl -ldoesn't show the Activities Overview. (I ransleep 2; wmctrl -land opened the Activities Overview).
â Vishnu M.
May 27 at 17:03
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to detect if the Activities Overview is open or not from a script. I have tried xdotool getwindowfocus but it just gives me the window that was focused before the Activities Overview panel was opened. Is this possible?
activities-overview
I want to detect if the Activities Overview is open or not from a script. I have tried xdotool getwindowfocus but it just gives me the window that was focused before the Activities Overview panel was opened. Is this possible?
activities-overview
asked May 26 at 23:03
Vishnu M.
101
101
Readman xlsclients, part of thex11-toolspackage.
â waltinator
May 26 at 23:18
What about installingwmctrland then runningwmctrl -l?
â DK Bose
May 27 at 4:44
@DKBose Unfortunatelywmctrl -ldoesn't show the Activities Overview. (I ransleep 2; wmctrl -land opened the Activities Overview).
â Vishnu M.
May 27 at 17:03
add a comment |Â
Readman xlsclients, part of thex11-toolspackage.
â waltinator
May 26 at 23:18
What about installingwmctrland then runningwmctrl -l?
â DK Bose
May 27 at 4:44
@DKBose Unfortunatelywmctrl -ldoesn't show the Activities Overview. (I ransleep 2; wmctrl -land opened the Activities Overview).
â Vishnu M.
May 27 at 17:03
Read
man xlsclients, part of the x11-tools package.â waltinator
May 26 at 23:18
Read
man xlsclients, part of the x11-tools package.â waltinator
May 26 at 23:18
What about installing
wmctrl and then running wmctrl -l?â DK Bose
May 27 at 4:44
What about installing
wmctrl and then running wmctrl -l?â DK Bose
May 27 at 4:44
@DKBose Unfortunately
wmctrl -l doesn't show the Activities Overview. (I ran sleep 2; wmctrl -l and opened the Activities Overview).â Vishnu M.
May 27 at 17:03
@DKBose Unfortunately
wmctrl -l doesn't show the Activities Overview. (I ran sleep 2; wmctrl -l and opened the Activities Overview).â Vishnu M.
May 27 at 17:03
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1040714%2fdetecting-if-the-activities-overview-is-open%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Read
man xlsclients, part of thex11-toolspackage.â waltinator
May 26 at 23:18
What about installing
wmctrland then runningwmctrl -l?â DK Bose
May 27 at 4:44
@DKBose Unfortunately
wmctrl -ldoesn't show the Activities Overview. (I ransleep 2; wmctrl -land opened the Activities Overview).â Vishnu M.
May 27 at 17:03