Screen resizing

I noticed that my web layout on several different computer screen sizes is displaced. My background image is zoomed out to reveal the horizontal tiling while my pinned menu bar is pushed upwards, pass the background image so blank space is there. My content is also extending the canvas vertically towards the bottom. It looks as if you "ctrl" "-" zoomed out on the website. Even when I view the webpage in the default size it still appears the same exact way, I had to ctrl- zoom in several times for it to fit the way it should. My left-hand menu doesn't fit the entire length of my site. This doesn't happen on all screens and browsers but it does occur. How can I maintain a standard web experience for my site without having to worry about displacement? (The browser where this happened is internet explorer)
this is my site >> vaxliu.com
Thanks a lot!

Okay, here's what I did and it's (almost) working. I moved the button out of the footer and into the picture frame. Originally I had it below, but not in a footer. It now works. The button shows up and functions properly.
So what's the flaw? The slide page still becomes taller. Odd. My next step is to remove the footer and test again.
Thank goodness for caffeine.

Similar Messages

  • Disable udev events screen resizing

    Hey, I was wondering how to disable the screen resize when my computer processes udev events during startup.

    Yup, right after the
    kernel /vmlinuz26 root=/dev/disk/by-uuid/blahinsertuuidhereblah/ ro nomodeset
    Last edited by wriggary (2010-01-29 05:00:04)

  • Prem Pro CS3. Title screen resizes itself.

    Each time I open the titling screen it will gradually enlarge the two left hand panels (a little each time I open it) eventually squeezing the right hand side properties panel (fonts etc) down to almost nothing.
    I have to keep dragging things back to resize all the time very annoying.
    Can anyone please tell me how to stop this annoying fault.
    Thanks

    Actually somebody presented a "fix" for this.
    If I remember right, the "fix" was to put the tools-bin in the bottom of the Title-screen (but it could be somewhere else).
    It was a long time ago, but maybe a search will bring up something.
    Dag

  • Make ALV GRID screen resizable

    Hi All,
    I have created an object V_MAPBOX using reference to class CL_GUI_DIALOGBOX_CONTAINER.
    CREATE OBJECT v_mapbox
          EXPORTING
            width = 300
            height = 130
            style = cl_gui_control=>ws_sysmenu
            repid = 'ZMAP'
            dynnr = '1000'
            top = v_top2
            left = v_left2
            caption = 'Mapping Information'
          EXCEPTIONS
            cntl_error = 1
            cntl_system_error = 2
            create_error = 3
            lifetime_error = 4
            lifetime_dynpro_dynpro_link = 5
            event_already_registered = 6
            error_regist_event = 7
            OTHERS = 8.
    Then created an object V_MAPALV with reference to class CL_GUI_ALV_GRID exporting V_MAPBOX.
    Finally I am calling the method SET_TABLE_FOR_FIRST_DISPLAY of CL_GUI_ALV_GRID to display the screen on my custom container of screen 1000.
        CALL METHOD v_mapalv->set_table_for_first_display
          EXPORTING
            i_save                        = 'A'
            is_layout                     = wa_layout
          CHANGING
            it_outtab                     = i_map
            it_fieldcatalog              = i_fieldcat_map
          EXCEPTIONS
            invalid_parameter_combination = 1
            program_error                 = 2
            too_many_lines                = 3
            OTHERS                        = 4.
        IF sy-subrc <> 0.
        ENDIF.
    The screen is getting displayed as expected. But I require to make this ALV screen to be resizable while it is displayed.
    Have tried calling     CALL METHOD v_mapbox->resize, before calling the V_MAPALV methods but it does not work.
    Need to know how can I make this resizable.

    Hi,
    ABAP objects are used to implement the controls in programs.
    An SAP Container can contain other controls (for example, SAP ALV Grid Control, Tree Control, SAP Picture Control, SAP Splitter Control, and so on). It administers these controls logically in one collection and provides a physical area for the display.
    Every control exists in a container. Since containers are themselves controls, they can be nested within one another. The container becomes the parent of its control. SAP containers are divided into five groups:
    SAP custom container: Displays within an area defined in Screen Painter on screens or sub screens.
    Class: CL_GUI_CUSTOM_CONTAINER
    SAP dialog box container: Displays in a modeless dialog box or as a full screen. Class:
    CL_GUI_DIALOGBOX_CONTAINER
    SAP docking container: Displays as docked, resizable sub-window with the option of displaying it as a modeless dialog box. Class: CL_GUI_DOCKING_CONTAINER
    SAP splitter container: Displays and groups several controls in one area - that is, splits the area into cells Class: CL_GUI_SPLITTER_CONTAINER
    SAP easy splitter container: Displays controls in two cells, which the user can resize using a split bar. Class: CL_GUI_EASY_SPLITTER_CONTAINER.
    In the control, you can adjust the column width by dragging, or use the 'Optimum width' function to adjust the column width to the data currently displayed. You can also change the column sequence by selecting a column and dragging it to a new position.
    Thanks,
    Pradeep.

  • (sub)screen resize modification doesn't work after ECC 6 EhP 4 installation

    Hello,
    We have previously extended the size of the custom data tab on PO transaction ME23N (via modification) in order to accommodate a comprehensive overview of the many custom fields we have. The screen we changed is as follows:
    Program: SAPLMEGUI
    Screen: 1227
    Original size:
    - Lines/columns Occupied 5 / 100
    Mainten. 5 / 100
    Modified size:
    - Lines/columns Occupied 23 / 160
    Mainten. 23 / 160
    It worked out fine in our ECC6.0 Release 700 (SP17).
    Recently we upgraded to Release 701 (SP03) / ECC 6 EhP 4. We have made the same modification to the same screen as mentioned above. However, the screen was not resized as we had expected. Its size stays as 5/100. So the user has to scroll through a very short subscreen in order to see all custom fields.
    Have anyone of you experienced this ( or any UI related issues) after installing enhancement pack 4 of ECC 6?
    Any of your suggestions are appreciated.

    Hello,
    We have previously extended the size of the custom data tab on PO transaction ME23N (via modification) in order to accommodate a comprehensive overview of the many custom fields we have. The screen we changed is as follows:
    Program: SAPLMEGUI
    Screen: 1227
    Original size:
    - Lines/columns Occupied 5 / 100
    Mainten. 5 / 100
    Modified size:
    - Lines/columns Occupied 23 / 160
    Mainten. 23 / 160
    It worked out fine in our ECC6.0 Release 700 (SP17).
    Recently we upgraded to Release 701 (SP03) / ECC 6 EhP 4. We have made the same modification to the same screen as mentioned above. However, the screen was not resized as we had expected. Its size stays as 5/100. So the user has to scroll through a very short subscreen in order to see all custom fields.
    Have anyone of you experienced this ( or any UI related issues) after installing enhancement pack 4 of ECC 6?
    Any of your suggestions are appreciated.

  • Need help: Data modeler (Win7 64 bits) doesnt save screen resize ?

    Hi,
    using datamodeler in sqldevoper, i can create subviews for relational model
    an add tables, but sometimes I want to resize screen (using zoom in, zoom out , or "fit screen" button), and then save datamodeler.
    When model is reopened, all screen sizes are lost.
    could somebody help ?

    Hi,
    All screen size states can not be saved.
    We could add such option in the future.
    Regards,
    Ivan Zahariev

  • Screen resizing itself

    When my computer comes out of sleep, the screen has resized itself slightly, either by leaving a small gap around the edge or growing or rotating slightly. Its annoying cos I have to go back to CP and change it all back.
    Why is it doing this, and how do I stop it. Thanks

    robertcamb5,
    Welcome to the Apple Discussions!
    Is it fair to assume the geometry also resets when you do a cold start from power-off? If the geomery you set isn't sticking on wake from sleep / startup, and doesn't return to normal after the screen degausing, another possibility is that the geometry settings you're making aren't being saved properly to parameter RAM (PRAM) which stores such settings when the computer is turned off.
    If you're seeing anything else to suggest that the PRAM battery may be drained, you can easily replace the battery as described in eMac - Do-It-Yourself. The classic symptom of a bad PRAM battery is the date resetting to years before the current year (depending on the Mac model, that tell-tale date has been 1904, 1956, or 1970, and those are just the ones I recall off the top of my head).
    i fthe only thing amiss is the screen geometry, I'd suggest resetting PRAM combined with System Preferencs> Display> Geometry tab. In the Geometry tab, click on 'factory defaults'. Don't make any adjusyments yet, instead, restart the computer. As soon as you restart, press and hold down command-option-p-r keys until you hear three sets of chimes, then release the keys and let the Mac start up. Back in the Geometry tab, click Factory Defaults again (this time there should be no change). Now make the changes you need to tweak the geomttry to your satisfaction.
    Some tips: if you need to rotate the screen or adjust the pincushion or traapeziod adjustments, first use the width and height controls to shrink the screen in a half-inch or so. That gives you enough space to play with the other adjustments. When the display is straight, you can adjust the position to center it and then use the height/width controls to grow ot towards the physical display limits. A tip: don't go all the way out to the hardware limits. Leave 1/16 to 1/8 inch margin; I've found any CRT (Mac, SGI, or PC) is more stable long-term if you avoid the full limits.
    When you have the display set to your liking, close System Preferences and then (key step) shut the computer down. This is more of a pre-OS X habit, but at least with earlier Macs there was a common observation that not all PRAM changes would always be saved across a resatrt, but that a shutdown and cold start did make the PRAM changes stick.
    After waiting 30 seconds or so, do a cold start. If the display looks good now, you should be OK (I did that with my eMac three-plus years ago and it's been fine since). If the display still goes off, repeat the process, but instead of resettng PRAM, reset NVRAM / Open Firmware by restarting while holding down the command-option-o-f keys; at the "Welcome to Open Firmware" black text on a white screen type in the following commands and press return after each (case sensitive, no spaces):
    reset-nvram
    set-defaults
    reset-all
    The Mac should restart after reset-all (if it doesn't, type mac-boot and press Return)

  • Screen Resize issue

    Hi All,
        I am having issue with scroll bars for different screen resolutions. my application main screen 2 subscreens
    Main screen - 98 has
    SUBS_HEADER
    SUBS_ITEMS
    in  Items subscreen i am loading tabstrip control(screen-121) and in 1st tab(subscreen ). i am calling another screen(132) which has ALV grid. if i avoid scrolls by setting minimum lines/columns for a subscreen in one resolution, these settings are not automatically adjusting for another resolution. So i am getting scrolls for other resolutions.
       (I checked few SAP screens there they are using tablecontrols instead of ALV grids. table controls are adjusting to screen resolutions.) is there any way to avoid this problem.
    Regards,
    Praveen

    Hi Praveen,
    to display alv in a screen...
    http://sapabap-4.blogspot.in/2013/06/alv-grid-in-module-pool.html

  • Why didn't my Iphone 5 screen resize?

    Why is my Iphone 5 screen image same size as Iphone 4?

    Okay, first, it's just a 'reset', not a 'hard reset'.  And what the phone did was correct.  It goes black, then turns back on with the silver apple logo.  You don't get a 'slider' on a reset.  You only get a slider on a 'restart'.
    So, your reset DID work.
    How do you imporve battery life?  There are TONS of threads about that, and even an Apple article about it: http://www.apple.com/batteries/iphone.html
    As far as a corrupt version of iOS 6?  Maybe.  Use this article: http://support.apple.com/kb/HT4137
    Test it as a new device, no user installed apps.  See if the battery life improves.

  • Missing ribbon icons after screen resize - SP2010

    Hoping someone can help?
    I've been customizing my master page and noticed I now don't have the following sections in my ribbon:-
    Settings / Connect & Export / Customize library.
    I don't understand why this happened or how to get them back.  Has anyone got any suggestions?
    Many thanks

    This is my current screenshot:-
    And this is the code from my v4.Master for the ribbonrow.
    <div id="s4-ribbonrow" class="s4-pr s4-ribbonrowhidetitle">
    <div id="s4-ribboncont">
    <SharePoint:SPRibbon
    runat="server"
    PlaceholderElementId="RibbonContainer"
    CssFile="">
    <SharePoint:SPRibbonPeripheralContent
    runat="server"
    Location="TabRowLeft"
    CssClass="ms-siteactionscontainer s4-notdlg">
      <span class="ms-siteactionsmenu" id="siteactiontd">
      <SharePoint:SiteActions runat="server" accesskey="<%$Resources:wss,tb_SiteActions_AK%>" id="SiteActionsMenuMain"
    PrefixHtml=""
    SuffixHtml=""
    MenuNotVisibleHtml="&amp;nbsp;"
    >
    <CustomTemplate>
    <SharePoint:FeatureMenuTemplate runat="server"
    FeatureScope="Site"
    Location="Microsoft.SharePoint.StandardMenu"
    GroupId="SiteActions"
    UseShortId="true"
    >
    <SharePoint:MenuItemTemplate runat="server" id="MenuItem_EditPage"
    Text="<%$Resources:wss,siteactions_editpage%>"
    Description="<%$Resources:wss,siteactions_editpagedescriptionv4%>"
    ImageUrl="/_layouts/images/ActionsEditPage.png"
    MenuGroupId="100"
    Sequence="110"
    ClientOnClickNavigateUrl="javascript:ChangeLayoutMode(false);"
    />
    <SharePoint:MenuItemTemplate runat="server" id="MenuItem_TakeOffline"
    Text="<%$Resources:wss,siteactions_takeoffline%>"
    Description="<%$Resources:wss,siteactions_takeofflinedescription%>"
    ImageUrl="/_layouts/images/connecttospworkspace32.png"
    MenuGroupId="100"
    Sequence="120"
    />
    <SharePoint:MenuItemTemplate runat="server" id="MenuItem_CreatePage"
    Text="<%$Resources:wss,siteactions_createpage%>"
    Description="<%$Resources:wss,siteactions_createpagedesc%>"
    ImageUrl="/_layouts/images/NewContentPageHH.png"
    MenuGroupId="200"
    Sequence="210"
    UseShortId="true"
    ClientOnClickScriptContainingPrefixedUrl="if (LaunchCreateHandler('Page')) { OpenCreateWebPageDialog('~site/_layouts/createwebpage.aspx') }"
    PermissionsString="AddListItems, EditListItems"
    PermissionMode="All" />
    <SharePoint:MenuItemTemplate runat="server" id="MenuItem_CreateDocLib"
    Text="<%$Resources:wss,siteactions_createdoclib%>"
    Description="<%$Resources:wss,siteactions_createdoclibdesc%>"
    ImageUrl="/_layouts/images/NewDocLibHH.png"
    MenuGroupId="200"
    Sequence="220"
    UseShortId="true"
    ClientOnClickScriptContainingPrefixedUrl="if (LaunchCreateHandler('DocLib')) { GoToPage('~site/_layouts/new.aspx?FeatureId={00bfea71-e717-4e80-aa17-d0c71b360101}&amp;ListTemplate=101') }"
    PermissionsString="ManageLists"
    PermissionMode="Any"
    VisibilityFeatureId="00BFEA71-E717-4E80-AA17-D0C71B360101" />
    <SharePoint:MenuItemTemplate runat="server" id="MenuItem_CreateSite"
    Text="<%$Resources:wss,siteactions_createsite%>"
    Description="<%$Resources:wss,siteactions_createsitedesc%>"
    ImageUrl="/_layouts/images/newweb32.png"
    MenuGroupId="200"
    Sequence="230"
    UseShortId="true"
    ClientOnClickScriptContainingPrefixedUrl="if (LaunchCreateHandler('Site')) { STSNavigate('~site/_layouts/newsbweb.aspx') }"
    PermissionsString="ManageSubwebs,ViewFormPages"
    PermissionMode="All" />
    <SharePoint:MenuItemTemplate runat="server" id="MenuItem_Create"
    Text="<%$Resources:wss,siteactions_create%>"
    Description="<%$Resources:wss,siteactions_createdesc%>"
    MenuGroupId="200"
    Sequence="240"
    UseShortId="true"
    ClientOnClickScriptContainingPrefixedUrl="if (LaunchCreateHandler('All')) { STSNavigate('~site/_layouts/create.aspx') }"
    PermissionsString="ManageLists, ManageSubwebs"
    PermissionMode="Any" />
    <SharePoint:MenuItemTemplate runat="server" id="MenuItem_ViewAllSiteContents"
    Text="<%$Resources:wss,quiklnch_allcontent%>"
    Description="<%$Resources:wss,siteactions_allcontentdescription%>"
    ImageUrl="/_layouts/images/allcontent32.png"
    MenuGroupId="300"
    Sequence="302"
    UseShortId="true"
    ClientOnClickNavigateUrl="~site/_layouts/viewlsts.aspx"
    PermissionsString="ViewFormPages"
    PermissionMode="Any" />
    <SharePoint:MenuItemTemplate runat="server" id="MenuItem_EditSite"
    Text="<%$Resources:wss,siteactions_editsite%>"
    Description="<%$Resources:wss,siteactions_editsitedescription%>"
    ImageUrl="/_layouts/images/SharePointDesigner32.png"
    MenuGroupId="300"
    Sequence="304"
    UseShortId="true"
    ClientOnClickScriptContainingPrefixedUrl="EditInSPD('~site/',true);"
    PermissionsString="AddAndCustomizePages"
    PermissionMode="Any"
    />
    <SharePoint:MenuItemTemplate runat="server" id="MenuItem_SitePermissions"
    Text="<%$Resources:wss,people_sitepermissions%>"
    Description="<%$Resources:wss,siteactions_sitepermissiondescriptionv4%>"
    ImageUrl="/_layouts/images/Permissions32.png"
    MenuGroupId="300"
    Sequence="310"
    UseShortId="true"
    ClientOnClickNavigateUrl="~site/_layouts/user.aspx"
    PermissionsString="EnumeratePermissions"
    PermissionMode="Any" />
    <SharePoint:MenuItemTemplate runat="server" id="MenuItem_Settings"
    Text="<%$Resources:wss,settings_pagetitle%>"
    Description="<%$Resources:wss,siteactions_sitesettingsdescriptionv4%>"
    ImageUrl="/_layouts/images/settingsIcon.png"
    MenuGroupId="300"
    Sequence="320"
    UseShortId="true"
    ClientOnClickNavigateUrl="~site/_layouts/settings.aspx"
    PermissionsString="EnumeratePermissions,ManageWeb,ManageSubwebs,AddAndCustomizePages,ApplyThemeAndBorder,ManageAlerts,ManageLists,ViewUsageData"
    PermissionMode="Any" />
    <SharePoint:MenuItemTemplate runat="server" id="MenuItem_CommitNewUI"
    Text="<%$Resources:wss,siteactions_commitnewui%>"
    Description="<%$Resources:wss,siteactions_commitnewuidescription%>"
    ImageUrl="/_layouts/images/visualupgradehh.png"
    MenuGroupId="300"
    Sequence="330"
    UseShortId="true"
    ClientOnClickScriptContainingPrefixedUrl="GoToPage('~site/_layouts/prjsetng.aspx')"
    PermissionsString="ManageWeb"
    PermissionMode="Any"
    ShowOnlyIfUIVersionConfigurationEnabled="true" />
    </SharePoint:FeatureMenuTemplate>
    </CustomTemplate>
     </SharePoint:SiteActions></span>

  • Whenever i am using my laptop and my palms are on the base of the laptop and i am typing all of sudden... my screen size keeps resizing bigger or smaller

    i try to keep my thumb palms off the mouse pad when i am typing but every now and then my screen resizes larger or smaller until i take my left palm off the keyboard base its only when my left palm is resting on the base next to the touch pad. i type pretty fast so it gets annoying and yes it also jumps screens or reverts back to previous message and i have to choose ctrl z to undo and get back to my message i was typing... it also switches tabs on me as well... not sure why my palm being on the left of the keypad on the base should effect anything but it does after a while. and i have to stop what i am doing...and go to the firefox menu and change the screen size back down to 100% sometimes it goes up to 200-300 other times it goes down to 70-80% i find it annoying i i wish there was a way to turn off the screen resize in the setup panel. if its just left to be 100% i am happy with that... i don't need it to be bigger or smaller... there should be a way to LOCK it down... i understand that there are people out there with eye problems and needs to have the screen size increase using the + or - but there should be a lock so it just stays no matter what is happening on my keypad or touch pad or base of the pad... that screen size will not increase or decrease. unless i turn off the lock... perhaps this is something they can implement in the next version or do a quick update of the browser

    ''rojere [[#question-1055991|said]]''
    <blockquote>
    i try to keep my thumb palms off the mouse pad when i am typing but every now and then my screen resizes larger or smaller until i take my left palm off the keyboard base its only when my left palm is resting on the base next to the touch pad. i type pretty fast so it gets annoying and yes it also jumps screens or reverts back to previous message and i have to choose ctrl z to undo and get back to my message i was typing... it also switches tabs on me as well... not sure why my palm being on the left of the keypad on the base should effect anything but it does after a while. and i have to stop what i am doing...and go to the firefox menu and change the screen size back down to 100% sometimes it goes up to 200-300 other times it goes down to 70-80% i find it annoying i i wish there was a way to turn off the screen resize in the setup panel. if its just left to be 100% i am happy with that... i don't need it to be bigger or smaller... there should be a way to LOCK it down... i understand that there are people out there with eye problems and needs to have the screen size increase using the + or - but there should be a lock so it just stays no matter what is happening on my keypad or touch pad or base of the pad... that screen size will not increase or decrease. unless i turn off the lock... perhaps this is something they can implement in the next version or do a quick update of the browser
    </blockquote>
    sorry that is all greek to me thanks for attempting to explain what you were trying to explain sorry i just not tech person to be able to understand or where to begin ... have good day and thanks for again trying

  • Screen Resolution in Virtual Box

    Okay, my next obstacle.
    I installed guest additions as the wiki instructed:
    https://wiki.archlinux.org/index.php/Vi … _Additions
    and have xorg installed, but with the minimum xorg-server package.
    I read another forum post from awhile ago about hardcoding resolution in a GRUB config file, but I don't have the config file they spoke of, and I can't seem to find the post anymore.
    Screen resizing doesn't appear to work. In changing the size of the virtual box window, the screen resolution remains the same. I'm not exactly sure shared-clipboard is working either, though I don't have a definitive test for that.
    Syncing the host time and guest time seems to have worked though.
    How do I go about enabling screen-resizing? I would prefer if it auto-resized based on the virtualbox window size, instead of hardcoding a bigger resolution. If that's possible.

    I'm not entirely sure what you mean by the minimum xorg-server package - just X with no desktop environment or window manager?  If so, I think that might be the issue.  As an experiment, you could clone your installation in Virtualbox, and install Xfce on the clone.  If you can resize the window with Xfce running, then you know you have everything configured properly.
    For hard-coding a resolution at boot time, you can put "vga=792" in your grub config file.  I use syslinux, so I can't tell you for sure about grub.  But in syslinux, mine looks like this:
    APPEND root=/dev/sda1 ro vga=792
    You can google the keywords "vga resolution codes" to find codes for other settings, but 792 will give you 1024x768 with 24 bits.
    Sorry I'm not much of an expert, but hopefully that will give you some avenues to pursue.

  • [GIVEN UP]xmonad: How to prevent the resizing of floating clients?

    Hi guys,
    I was playing with xmonad. I am working on a laptop and at work I have a pretty large external display. My laptop screen is 1280x800 and my external screen is 1920x1200.
    On workspace 8 I put my floating clients, skype, sonata ecc. I also use launchy to start new programs.
    So what's the problem? When I put my workspace 8 on the big screen the clients display well and I don't have problems. But when I put workspace 8 on laptop screen all my floating clients are resized.
    That's pretty annoying. It's worse with launchy. If I start launchy on big screen no problems. If I start it on laptop screen it is resized. What's strange is that if I start it again it is resized again. It keeps resizing the damn resized window. So after a while I have just a little small square on the screen.
    Does someone know how to fix this thing? Is it possible to configure xmonad and make floating applications re-sizable only by me regardless the screen?
    Last edited by ArchArael (2009-04-03 19:14:30)

    The problem is not having floating windows. I have that. The problem is that the floating windows are resized when I switch workspaces on smaller screen.
    If I start launchy on smaller screen I see it resized. Then if I press esc and start it again is even smaller. After I have started launchy a bunch of times on the smaller screen it is resized so much that I cannot see it any more. That's really annoying.
    I would like to have fixed size for floating windows, regardless screen size. The floating windows should be re-sizable only by me...when I wish it. The window manager shouldn't manage the floating windows size. Is this possibile?
    Thank you for the suggestion. I tried with the xmonad.hs on the page you provided but the problem still persists. Maybe you don't notice this strange xmonad's behavior because your screens have similar resolutions.
    My laptop is 1280x800 and my external screen is 1920x1200. Well, switching workspaces on laptop screen resizes floating windows. I would like to prevent this. Lurking on web didn't provided any useful information so far. That's why I'm bothering my lovely arch community.
    This is my xmonad.hs:
    import XMonad
    import System.Exit
    import qualified XMonad.StackSet as W
    import qualified Data.Map as M
    main = xmonad $ defaultConfig
    modMask = mod4Mask
    , borderWidth = 2
    , terminal = "terminal"
    , normalBorderColor = "#cccccc"
    , focusedBorderColor = "#8bcd00"
    , manageHook = myManageHook
    , keys = myKeys
    myManageHook = composeAll
    className =? "MPlayer" --> doFloat
    , className =? "Gimp" --> doFloat
    , className =? "Zenity" --> doFloat
    , className =? "Skype" --> doFloat
    , className =? "Sonata" --> doFloat
    , className =? "Dialog" --> doFloat
    , title =? "Gran Paradiso - Restore Previous Session" --> doFloat
    , title =? "Close Firefox" --> doFloat
    , title =? "Password Required" --> doFloat
    , title =? "Downloads" --> doFloat
    -- Key bindings. Add, modify or remove key bindings here.
    myKeys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
    -- launch a terminal
    [ ((modMask, xK_Return), spawn $ XMonad.terminal conf)
    -- APPLICATION BINDINGS
    -- launch gmrun
    , ((modMask, xK_p ), spawn "gmrun")
    -- XF86StandBy
    , ((0, 0x1008ff10 ), spawn "sudo pm-suspend")
    -- XF86AudioLowerVolume
    , ((0, 0x1008ff11 ), spawn "amixer -q sset Master 5-")
    -- XF86AudioMute
    , ((0, 0x1008ff12 ), spawn "amixer -q sset Master mute")
    -- XF86AudioRaiseVolume
    , ((0, 0x1008ff13 ), spawn "amixer -q sset Master 5+")
    -- close focused window
    , ((modMask .|. shiftMask, xK_c ), kill)
    -- Rotate through the available layout algorithms
    , ((modMask, xK_space ), sendMessage NextLayout)
    -- Reset the layouts on the current workspace to default
    , ((modMask .|. shiftMask, xK_space ), setLayout $ XMonad.layoutHook conf)
    -- Resize viewed windows to the correct size
    , ((modMask, xK_n ), refresh)
    -- Move focus to the next window
    , ((modMask, xK_Tab ), windows W.focusDown)
    -- Move focus to the next window
    , ((modMask, xK_j ), windows W.focusDown)
    -- Move focus to the previous window
    , ((modMask, xK_k ), windows W.focusUp )
    -- Move focus to the master window
    , ((modMask, xK_m ), windows W.focusMaster )
    -- Swap the focused window and the master window
    , ((modMask .|. shiftMask, xK_Return), windows W.swapMaster)
    -- Swap the focused window with the next window
    , ((modMask .|. shiftMask, xK_j ), windows W.swapDown )
    -- Swap the focused window with the previous window
    , ((modMask .|. shiftMask, xK_k ), windows W.swapUp )
    -- Shrink the master area
    , ((modMask, xK_h ), sendMessage Shrink)
    -- Expand the master area
    , ((modMask, xK_l ), sendMessage Expand)
    -- Push window back into tiling
    , ((modMask, xK_t ), withFocused $ windows . W.sink)
    -- Increment the number of windows in the master area
    , ((modMask , xK_comma ), sendMessage (IncMasterN 1))
    -- Deincrement the number of windows in the master area
    , ((modMask , xK_period), sendMessage (IncMasterN (-1)))
    -- Quit xmonad
    , ((modMask .|. shiftMask, xK_q ), io (exitWith ExitSuccess))
    -- Restart xmonad
    , ((modMask , xK_q ),
    broadcastMessage ReleaseResources >> restart "xmonad" True)
    ++
    -- mod-[1..9], Switch to workspace N
    -- mod-shift-[1..9], Move client to workspace N
    [((m .|. modMask, k), windows $ f i)
    | (i, k) <- zip (XMonad.workspaces conf) [xK_1 .. xK_9]
    , (f, m) <- [(W.greedyView, 0), (W.shift, shiftMask)]]
    ++
    -- mod-{w,e,r}, Switch to physical/Xinerama screens 1, 2, or 3
    -- mod-shift-{w,e,r}, Move client to screen 1, 2, or 3
    [((m .|. modMask, key), screenWorkspace sc >>= flip whenJust (windows . f))
    | (key, sc) <- zip [xK_w, xK_e, xK_r] [0..]
    , (f, m) <- [(W.view, 0), (W.shift, shiftMask)]]
    Last edited by ArchArael (2009-03-19 09:58:15)

  • Tty terminal resize

    I know it's not a desktop environment, but it deosn't really fit into any other category.
    Upon booting to grub and using the option vga=0x318 and/or vga=773 on the kernel boot line, after approximately udev events start up the entire screen resizes to a high resolution, I think it's 1400x1200, and the messages don't reach the end of the screen, they begin to merge into each-other and the tty terminal login screen doesn't change back to the previous resolution. Does anyone have any ideas as to the cause or solution for this problem?

    Thank you, that somewhat fixed the problem, grub starts in something around 800x600, then tells me it's switching to a new framebuffer device and changes resolution to something around 1204x768. It no longer has the messages merging, however, which is a plus.

  • How to view full itunes screen

    Ok, this is probably a basic question for most every Mac user but I can't figure it out.
    Open up iTunes 9.1.1 on 13" MacBook and cannot see the whole application, it's larger than the screen size. Cannot access the screen resizer that is supposed to be in lower right corner.
    Clicking on any of the three colored dots in the upper left corner will not shrink the picture on the screen to allow it to be resized.
    How can I get control of window and be able to scroll through the list? Is there a preference file to delete?

    Thank you. So simple and yet so elusive.

Maybe you are looking for