How to display all running windows in xmonad ?(SOLVED)

The function is same as pressing `alt+tab` in MS windows. When pressing the specified hot key, xmonad will display all running windows. And the user can choose and shift to the selected window, which may be on different workspace.
Sincerely!
Last edited by sw2wolf (2010-01-31 01:18:42)

sure you can use keys to control volume.
if you've got volume keys on your keyboard then you can use
((0, 0x1008ff11), spawn "aumix -v-6") -- volume--
((0, 0x1008ff13), spawn "aumix -v+6") -- volume++
((0, 0x1008ff12), spawn "amixer set Master toggle") -- mute
else you can use other keys (like up/down) as keybindings to aumix & amixer.
you can always use /usr/share/X11/XKeysymDB for keysymbols
hope that helps
Last edited by vik_k (2010-01-30 09:26:26)

Similar Messages

  • Display All Running Task image corrupted or tampered with

    My task scheduler reports of a number of corrupted task images. Now I want to display all running task on the server and it say the task image is corrupted or tampered with. 
    How do I recreate this task or repair it? Is there another way of viewing all task, running and inactive ones? What is causing these task image corruptions because my backup tasks are all now corrupted.

    Hi,
    Before going further, would you please let me know if you do some changes (such as: install updates, configure or modify certain setting) before this issue occurred?
    Please refer to the solutions that Ronnie Vernon provided in the following similar question. And then check if this issue can be solved.
    Vista Task Scheduler task image is corrupt
    http://social.technet.microsoft.com/Forums/windows/en-US/f86919c0-6a09-4f08-955a-76084a37db73/vista-task-scheduler-task-image-is-corrup?forum=itprovistaapps
    In addition, you can export and import those tasks. After importing, please check if those tasks can run normally. For detailed operations, please refer to the following
    articles.
    Export a Task
    http://technet.microsoft.com/en-us/library/cc709661.aspx
    Import a Task
    http://technet.microsoft.com/en-us/library/cc722156.aspx
    If your issue still exists, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • How to display a popup window (DialogMessage) via code behind c#?

    hi all,
    How to display a popup window (DialogMessage) via code behind c#?
    I use sp 2013, in else case I want show the DialogMessage:
    if(condition)
    else
      HttpContext.Current.Response.Redirect(SPContext.Current.Web.Url+"/_layouts/TestError/ErrorDueDate.aspx");
    the above Redirect work good but I want show the error in a DialogMessage its better because of Usability and not redirect the user to new page...
    if not via code behind is there a better way to do it?
    thanks in advance
    Ahmad
    SP 2013 & SPD 2013 & VS 2013 & MSSQL 2012

    thanks for you answer,
    And yes I includ them via CDN, like below:
    <script
    type="text/javascript"
    src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    <script
    src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/jquery-ui.js"
    type="text/javascript"></script>
    <link
    href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/themes/start/jquery-ui.css"
    rel="stylesheet" type="text/css"
    />
    But I get still the above error in my previes post.
    SP 2013 & SPD 2013 & VS 2013 & MSSQL 2012

  • How to get all the windows ?

    Hi all,
    I created a timer which detects inactivity in the first form launched by the forms runtime shortcut :
    when-new-form-instance :
    declare
    hWind NUMBER;
    CheckTimer TIMER;
    begin
    hWind := get_window_property(FORMS_MDI_WINDOW,WINDOW_HANDLE);
    Win_API_Session.Timeout_Start_Timer(hWind);
    CheckTimer := Create_Timer('T_INACTIVITY',10000);
    end;
    And in the when-timer-expired of the same form :
    if upper(get_application_property(TIMER_NAME)) = 'T_INACTIVITY' then
    if Win_API_Session.Timeout_get_inactive_time >= 8 then
         set_window_property(:system.event_window,title,'Deconnected');
    end if;
    end if;
    My problem is that when I click on a menu item in my menu, and I do nothing during 10 seconds then only the first form's window is titled 'Deconnected' but not the current form .
    I have copied the trigger when-timer-expired of the first form to the form I called but there is nothing.
    So how to make all the windows , whether it is the active window or it is hidden , to be titled 'Deconnected' when the timer expires ?
    Thank you very much indeed.

    execute a system process that will output this data and read/parse the output
    [notice a pattern?]

  • How to display All User Logged in time & Logout Time?

    How to display All User Logged in time & Logout Time?
    Hi..
    I want to display All user who logged in the portal,
    their username,
    their time logged in,
    their time logged out..
    where can i find these information?
    do Portal have already something like this?
    Plz advise..Thanks.

    The login information is in the wwlog_activity_log. The logout action is only logged when it is explicit. I am using the last user action time for the logout time so I can determine the duration of the visit.

  • How to display all tables residing in my database

    i'm using 10g express edition.
    i'm developing a .net application using oracle
    i want display table infomation in a datagrid
    for that i need to select tables fromthe database using the interface given by them
    in that i found server name field.....what it actually means?
    also how to create a new database in 10g and how to display all tables residing in the database?
    pls help me
    thanking u
    chaitanya

    user11359516 wrote:
    i want display table infomation in a datagrid
    select owner||'.'||table_name owner_table_name
      from all_tables   
    user11359516 wrote:in that i found server name field.....what it actually means?i'm not sute what you mean by server name field? if you refer to table column name see this code below:
    select owner||'.'||table_name||'.'||column_name table_column_name,
           decode(data_type,'VARCHAR',data_type||'('||to_char(data_length)||')',
                            'VARCHAR2',data_type||'('||to_char(data_length)||')',
                            'NUMBER',decode(data_scale,0,data_type||'('||to_char(data_precision)||')',
                                                      null,data_type,
                                                      data_type||'('||to_char(data_precision)||','||to_char(data_scale)||')'),
                            data_type) type,
                            nullable
      from all_tab_cols
    order by table_name, column_id

  • How To… Display All Comments for a Planning Package

    Hi,
    I have the How-to guide mentioned in the subject and have now moved onto BI7. Is the guide still applicable in BI7 and how would I go about implementing the above How-to in IP instead of BPS?
    Thanks,
    Ale

    Thanks Marc.
    I will use BW-BPS for the time being as I've seen screenshots of the solution in the how-to. Still need to answer the question here:
    How To. Display All Comments for a Planning Package
    As I have no idea how to achieve the functionality detailed in the thread above.
    Thanks for your time Marc,
    Regards,
    Ale

  • How to display all the questions of a survey in a page?

    How to create multiple surveys in a survey list?How to display all the questions in a page and provide feedback button for each question?While giving the feedback user can ab. to see posted question date and posted person name.
    sindu

    Hi,
    To display all the questions in a page instead of in a dialog, you can achieve it by using such an URL:
    http://yoursite/Lists/survey1/NewForm.aspx?IsDlg=0
    You can add a hyperlink with this URL into a page of your site, then you can navigate to the questions page by clicking this hyperlink.
    About how to add a hyperlink into a page:
    http://sharepoint.stackexchange.com/questions/55543/how-to-add-a-hyperlink-anchor-in-a-sharepoint-wiki-page
    If you have several questions to ask, it is recommended to post them into every single thread to make others easier to focus on one question in one thread.
    Feel free to reply if there is still any questions.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • NOT WORKING -How To Display All Comments for a Planning Package

    Hi All,
    I am using How to Document "How To Display All Comments for a Planning Package" to display comments for list of "cost center" against different "fiscal/year" for Key Figure "Budget Amount".
    Below is how the Layout looks like where comments are posted against Cost Center- year combination.
    Cost Center                          2007     2008     2009     2010     2011
    3          2.00     2.00     2.00     2.00     2.00
    4          2.00     2.00     2.00     2.00     2.00
    6          2.00     2.00     2.00     2.00     2.00
    7          2.00     2.00     2.00     2.00     2.00
    This case is very similar to the example given in how to document but after following all the steps correctly in the document and also followings various forum links such as below , I am not able to display the comments for list of Cost Centers.
    "How to...BSP display comments"...problem with row comment
    Below are the issues being faced:
    1) When i save the comments , the icon for comments (indicating that some comments have been entered) is not shown against selection of Cost Center-Year although the comment is saved.Comment are  also visible in BPS0.
    2) On execution "Web interface could not be loaded" - is the message that is shown in the area where BPS application should show all the comments.
    Highly Appreciate any help with issues mentioned above.
    Kind Regards,
    Robin Johri

    Hello Robin,
    1) please check if you set the row/cell selection property correctly for the layout component in the web interface.
    2) the error does not make sense since the comments are displayed in an iframe using a BSP application, not a web interface. Check the URL in the HTML text component.
    Regards,
    Marc
    SAP Techology RIG

  • How to display all the surveys using content query web part

    Can you please tell me how to display all the surveys using content query web part in more details? I also created a subsite and multiple surveys in that site. Then, I inserted a Content Query Web Part and select the List Type to be "Survey",
    however, it returned nothing. Did I miss anything?

    Hi,
    OOTB Survey List does not contain any
    Content Types and it has the following structure:
    Response entry is represented by
    List Item
    Response entry consist of questions and answers, where Question correspond to
    Field and Answer to Item value respectively.
    For querying Survey List via CQWP  the following properties could be used
    BaseType 
    <Lists BaseType="4">
    ServerTemplate
    <Lists ServerTemplate="102">
    Example
    To retrieve all the responses from Survey lists, specify List Type property as shown on picture
    Reference:
    http://stackoverflow.com/questions/17280778/display-all-surveys-using-content-query-web-part
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to display  all the under menus options when pressing the main menu on adobe muse?

    How to display  all the under menus options when pressing the main menu on adobe muse?

    How to display  all the under menus options when pressing the main menu on adobe muse?

  • [SOLVED] Xmobar won't display over app windows on Xmonad

    Xmobar will not start automatically or display over top of application windows in Xmonad.  It does launch if I explicitly launch it from an xterm.  However, it only shows up on empty workspaces.  It doesn't matter if an application window was opened before or after the launching of xmobar.  It will always cover it up.
    My relevent installed packages are xmobar, xmonad, xmonad-contrib, hsetroot, some gtk user applications, X, and the free ATI video drivers.  I've pastebin'd my bash_profile, .xinitrc, .xmonad.hs, and .xmobarrc.  I also included the output of pacman -S xmonad-contrib as it complained about some doc files missing.
    .bash_profile:  http://pastebin.com/zAVt2jCa
    .xinitrc: http://pastebin.com/HzCmvTgD
    .xmonad.hs: http://pastebin.com/6vt7qK3m
    .xmobarrc: http://pastebin.com/GqpXeuSc
    pacman -S xmonad-contrib: http://pastebin.com/wtN2S533
    I don't know any Haskell, and I'm an Arch n00b, so I've mostly gone off templates and some irc help.  So if there's anything utterly silly about my setup, let me have it. =P  Thanks for the help guys.
    edit:  Just a thought:  When I was running Debian, I actually had the same exact problem.  However, I was using a completely different users xmonad.hs and xmobarrc.  At the time I chalked it up to gdm or nautilus or something from GNOME running in the background.  But since I'm having the same problem on an entirely different machine with an entirely differnet users config files and probably different versions of everything..  could it be video card related?
    Last edited by drvladimirtzu (2012-09-29 07:57:16)

    So it turns out, I had xmonad.hs as ~/.xmonad.hs not ~/.xmonad/xmonad.hs...  Pretty embarassing.  But I'll resist the temptation to delete the thread in hopes someone gets a chuckle out of it.  In my defence, I did figure it out all on my own.

  • How to display all rows in the report in one page in Oracle APEX 3.2

    Friends -
    We are using Oracle Applications Express 3.2 on oracle database 10.2.0.5 on solaris environment.
    One of our report contains total no of rows 50000. when we ran report by default it is showing 15 and i can go search and change display no of rows to different numbers and click go.
    My question is it possible to display all 50000 rows during first time report launching without going to change rows. Is there any option that we can set how many number of rows that we can display during report design.
    Please advise
    VSH

    Hello VSH,
    >> My question is it possible to display all 50000 rows during first time report launching without going to change rows
    As vee pointed out it is possible, however the question you need to ask yourself is is it wise?
    Bear in mind that displaying 50,000 rows on a single HTML page means a lot of code that must be loaded by the client browser all at once. What it will do to your page loading time? Browser memory? Network bandwidth? Also, do you really believe that it is effective to let an end user look for a specific row among 50,000 rows?
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • How to display all validator messages at the same time?

    Hi Guys,
    I have a form with validators attached to a couple of my input boxes. I tried to write validators which are reusable in other parts of my app ie. social security number check etc. I also then customized the messages and it all works fine.
    But when I submit the form it displays the messages one at a time, in other words every validator is performed and if there was an error the form is rendered. I believe this is how it should behave and that's fine.
    But what if I want all validators to be performed when I submit the form?Then all messages are displayed at the top of the page and the user can make all his changes and try again. This makes more sense to me.
    So my question is whether there is a way to force the page to perform all validators when the page is submitted and then display all error messages in a h:messages tag?
    Cheers and thanks alot
    p.s. i know about and use the hidden input field validator hack which does all validations, but if I do it that way I duplicate the code which does the social security check for all applicable forms.

    Strange, I was under the impression that all validators were run by default. In my JSF apps, all the validators run and output their errors without any special confguration to make this happen.
    I wonder why yours are just running one at a time? Could you show some of your JSP code, and the hidden field validator code?
    CowKing

  • How to display all parent regions (repeatedly reference cursor)?

    CREATE TABLE regions
    PARENT_NAME VARCHAR2(30),
    CHILD_NAME VARCHAR2(30)
    INSERT INTO regions VALUES(NULL,'Asia');
    INSERT INTO regions VALUES(NULL,'Australia');
    INSERT INTO regions VALUES(NULL,'Europe');
    INSERT INTO regions VALUES(NULL,'North America');
    INSERT INTO regions VALUES('Asia','China');
    INSERT INTO regions VALUES('Asia','Japan');
    INSERT INTO regions VALUES('Australia','New South Wales');
    INSERT INTO regions VALUES('New South Wales','Sydney');
    INSERT INTO regions VALUES('Canada','Ontario');
    INSERT INTO regions VALUES('China','Beijing');
    INSERT INTO regions VALUES('England','London');
    INSERT INTO regions VALUES('Europe','United Kingdom');
    INSERT INTO regions VALUES('Illinois','Aurora');
    INSERT INTO regions VALUES('Illinois','Chicago');
    INSERT INTO regions VALUES('Illinois','Rockford');
    INSERT INTO regions VALUES('Japan','Osaka');
    INSERT INTO regions VALUES('Japan','Tokyo');
    INSERT INTO regions VALUES('North America','Canada');
    INSERT INTO regions VALUES('North America','United States');
    INSERT INTO regions VALUES('Ontario','Ottawa');
    INSERT INTO regions VALUES('Ontario','Toronto');
    INSERT INTO regions VALUES('United States','Colorado');
    INSERT INTO regions VALUES('United States','Illinois');
    INSERT INTO regions VALUES('United States','Texas');
    INSERT INTO regions VALUES('United Kingdom','England');
    COMMIT;
    Based on the REGIONS table, write a PL/SQL anonymous block that accepts a region name from the user input and display all its parent regions.
    right now this is what I have so far:
    ACCEPT p_1 PROMPT 'Please enter the region name: '
    DECLARE
    v_rname regions.child_name%type := '&p_1';
    v_count number;
    v_counter number := 0;
    v_parent regions.parent_name%type;
    v_child regions.child_name%type;
    cursor reg_cur is
    select parent_name, child_name from regions;
    BEGIN
    open reg_cur;
    fetch reg_cur into v_parent, v_child;
    select count(*) into v_count
    from regions
    where upper(child_name) = upper(v_rname);
    if v_count = 0 then
    dbms_output.put_line(v_rname || ' is not in the regions table.');
    else
    while reg_cur%found loop
    if upper(v_rname) = upper(v_child) then
    if v_parent is null then
    v_parent := v_child;
    dbms_output.put_line(v_count || ') ' || upper(v_parent));
    else
    dbms_output.put_line(v_count || ') ' || rpad(upper(v_rname), 20) || '<<<<<' || lpad(upper(v_parent), 10));
    end if;
    end if;
    fetch reg_cur into v_parent, v_child;
    end loop;
    end if;
    close reg_cur;
    END;
    if user inputs 'chicago' my query returns only a single parent. I'm not certain how to keep referencing the cursor so that I could output the rest of the parent_names and child_names until parent becomes null
    the output should be:
    chicago <<<<< illinois
    illinois <<<<< united states
    united states <<<<< North america

    Hi,
    If you have to do this in PL/SQL, then why don't you use Solomon's solution in PL/SQL?
    BEGIN
         FOR  regions_info  IN
                   select  child_name || ' <<<<< ' || parent_name     AS txt
                       from       regions
                       where      parent_name      is not null
                       start with      child_name      = '&p_1'
                       connect by      child_name      = prior parent_name
         LOOP
              dbms_output.put_line (regions_info.txt);
         END LOOP;
    END;
    /However, if you want to see what's happening with your code, add some code to make sure you don't get into an infinite loop. I used the local variable v_counter (which you had declared, but not used for anything else) to count how many times you had gone through the loop, and EXIT once you reach 100 times.
    Also, add some more calls to dbms_output, so you can see what's going on.
    For example:
         else
              v_counter := 0;
              loop
                   v_counter := v_counter + 1;
                   EXIT WHEN  v_counter > 100;
                   dbms_output.put_line (  v_child   || ' = v_child, '
                                  || v_parent  || ' = v_parent in LOOP'
                   open reg_cur;
                   fetch reg_cur into v_child, v_parent;
                   if upper(v_rname) = upper(v_child) then
                        dbms_output.put_line(v_counter + 1 || ') ' || rpad(upper(v_child), 20) || '<<<<<' || lpad(upper(v_parent), 10));
                   end if;
                   fetch reg_cur into v_child, v_parent;
                   close reg_cur;
                   v_parent := v_child;
                   exit when v_parent is null;
              end loop;
    ...Make sure you issue the SQL*Plus command
    SET   SERVEROUTPUT   ONbefore running this; otherwise, you won't see the output from put_line.
    What do you see?
    Do you understand why you're in an infinite loop?
    Do you really want the cursor to do exactly the same thing every time you call it?
    Maybe you should add a parameter to the cursor, which can be used in, say, a WHERE clause.
    Edited by: Frank Kulash on Feb 2, 2011 11:50 PM

Maybe you are looking for