[SOLVED] xmodmap, alt-gr + j or n

OK, so I've set up my own keyboard layout with xmodmap. Other than remapping to Dvorak, I have different symbols for almost all <alt-gr> + <letter> combinations. For example, I can type '(' by pressing <alt-gr><e>.
Now to the problem: this works very well, except for two keys: j and n. <alt-gr><j> only inputs 'j', even if I specify something else. Same for 'n'. I've tried different keyboards, and today also on my laptop, all with the same result.
After some searching I found a guy with the same problem in a German forum, but the solution posted there didn't help. Any archer who knows how to fix it?
Last edited by Mogger (2009-02-10 20:44:04)

Hah. Great mystery solved.
You can even ask X to have AltGr-A generate "cursor left" instead of æ. Here's the rub: you can do it with the A key. You can't do it with the J key.
What!, you say. Actually, on vanilla X, this will work. Where vanilla X is "X without the XKB extension." If you disable XKB using export XKB_DISABLE=1 before calling the program you need the funny key-layout in (usually your entire session), this will also work. Why doesn't it with XKB? It doesn't work with XKB apparently because in the XKB setup for "my" country, the A key has some keysyms defined in the AltGr layer, and the J key doesn't. And if they don't exist, you can't overwrite them. I consider this a bug.
Source.
I think I'll do it the "proper" way with xkb instead of xmodmap. Just have to figure how.

Similar Messages

  • [SOLVED] xmodmap qt4 modifier keys no longer work

    Hi, I'm nearing the "hair-pulling stage because Googling this issue did not yield helpful results" stage.
    I am having trouble getting modifier keys (CTRL, ALT) to work in qt apps after loading my custom keymap (as provided by ~/.Xmodmap). If my custom keymap is not loaded, then ctrl, alt keys work fine in qt apps. That is, it is only when this custom keymap is loaded that qt apps no longer respond to what I have mapped as the CTRL and ALT keys.
    I have awesome wm setup to load the command xmodmap ~/.Xmodmap automatically on startup using this lua code:
    awful.util.spawn("xmodmap " .. os.getenv("HOME") .. "/.Xmodmap")
    My ~/.Xmodmap has comments on what I've switched around.
    I am not sure what is causing this to occur? How can I fix this?
    FYI on Xfce4 loading the custom key mappings don't lead to this issue with qt apps not responding to what I've set as modifier keys.
    Update 10/08/2014 5:55PM CST It turns out I had a different .Xmodmap from when I was using Xfce4. There's something funky with the version I was using with awesome wm.  I've updated Xmodmap here, in case somebody runs into a similar issue.
    Last edited by hckr (2014-10-08 22:59:59)

    To get my inspiron 8500 working I had to use the xkbmodel set to inspiron and remap a little like this
    /etc/X11/xorg.conf
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbOptions" "altwin:super_win"
    # Option "XkbModel" "pc105"
    Option "XkbModel" "inspiron"
    Option "XkbLayout" "gb"
    Manually configured other keys in ~/.Xmodmap. To see current mappings use "xmodmap -pk"
    keycode 162 = XF86AudioPlay
    keycode 153 = XF86AudioNext
    keycode 144 = XF86AudioPrev
    keycode 164 = XF86AudioStop
    keycode 129 =
    keycode 130 =
    keycode 131 =
    keycode 132 =
    The 129-132 were wrongly mapped so I unmapped them
    I then still had to configure Amarok global shortcuts to use the keys, but it worked, Maybe as I am using XFCE.
    Last edited by alleyoopster (2008-11-22 23:35:17)

  • [Solved] xmodmap bug? Remapping Caps Lock doesn't work

    When I program I like to swap these keys:
    Esc <-> Tab
    Ctrl <-> Caps Lock
    In ~/.xmodmap, I have specified these re-mappings:
    keycode 66 = Control_L
    keycode 37 = Caps_Lock
    keycode 23 = Escape
    keycode 9 = Tab
    The Escape and Tab keys swaps, no problem, but instead of Caps_Lock and Control_L swapping, both those keys becomes Caps_Lock.
    Whatever I try to do, the Control keys doesn't get assigned to Caps_Lock(keycode 66). If I leave the keycode 66 = , the key is un-assigned, but when I assign Control_L or Control_R, it just doesn't work. But, if I assign some other key, for example, keycode 66 = Tab, it gets assigned, no problem.
    Its like xmodmap just doesn't want Caps Lock and Control keys to be swapped. Really frustrating. Any help/pointers would be really helpful.
    Last edited by Gits (2012-04-12 07:09:37)

    Solved: http://unix.stackexchange.com/questions … oesnt-work

  • [SOLVED] Xmodmap question...

    Hi,
    I'm trying to use 'xmodmap' so i can map 'ESCAPE' to work as ALT+F4 (close window). Google'd it a lot without success..
    Anyone know if its possible ?
    BTW: I know i can easily do this under GNOME/KDE, but i need to use xmodmap.
    TIA
    Last edited by spunkiie (2011-03-03 15:27:24)

    Not sure if xmodmap can be used to make <escape> work like Alt + another key, though you could make <escape> work like Alt OR make it work like another key.
    BUT, at least in XFCE, it is possible to redefine they keys which do commands like closing windows. One place is in settings > keyboard > application shortcuts.
    The other place is settings > window manager > keyboard, and here you can specify what keys will close a window, etc.
    Here are some things I found useful for xmodmap, but this may not be relevant to what you want to do.
    First, a good source of info = the man pages for xmodmap, i.e. type
    man xmodmap
    Once you have modified the keymap with commands in a file called (say) .xmodrc, you can load it at each boot, or load it for the current session by typing the command in a console. I use a command like this in my .xinitrc file:
    xmodmap ~/.xmodrc
    Also useful: xmodmap -pke, xmodmap -pm (for modifier map) to see current mappings & modifier map. If you save the output from these, "diff" is useful for finding differences.
    Clarification: these are two separate commands, like this:
    xmodmap -pke
    #output deleted
    xmodmap -pm
    For changing alt- keys, you may have to change the modifier map, perhaps like this:
    clear mod1
    #and later, after modifying bindings:
    add mod1 = Alt_L
    add mod1 = Alt_R
    You can use xev to check key bindings.
    Generally, I find it less confusing to use the "keycode" command rather than keysyms.
    Last edited by btitus (2011-03-01 13:44:10)

  • [SOLVED] xmodmap not affect firefox

    I remap some dead keys on my keyboard with xmodmap. They're working with all programs but firefox. Could anyone help me? This is my ~/.xstart. I called it after system start.
    ~/.xinitrc:
    exec ck-launch-session dbus-launch ~/.xstart
    ~/.xstart:
    export GTK_IM_MODULE=ibus
    export XMODIFIERS=@im=ibus
    export QT_IM_MODULE=ibus
    xmodmap -e "keycode 108 = 0x70" &
    xmodmap -e "keycode 62 = 0xff52" &
    xmodmap -e "keycode 105 = 0xff54" &
    xmodmap -e "keycode 135 = 0xff1b" &
    ibus-daemon -d -x &
    nautilus -n &
    pidgin &
    firefox &
    skype &
    avant-window-navigator &
    wicd-gtk -t &
    gnome-do &
    thunderbird &
    dropboxd &
    compiz --sm-disable --ignore-desktop-hints ccp
    SOLVED:
    Add/change a line:
    Option "XkbVariant" "intl"
    /etc/X11/xorg.conf.d/10-evdev.conf
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbModel" "asus_laptop"
    Option "XkbVariant" "intl"
    Option "XkbLayout" "us"
    EndSection
    Last edited by hoanglan87 (2012-07-05 07:23:55)

    The 0xff.. are CJK full width characters, do they really work in other applications?
    Just use the names:
    xmodmap -e "keycode 108 = p P" &
    xmodmap -e "keycode 62 = r R" &
    xmodmap -e "keycode 105 = t T" &
    xmodmap -e "keycode 135 = semicolon colon" &
    Last edited by Procyon (2012-06-12 11:11:24)

  • [SOLVED] Ctrl-Alt-F1 does not work from KDM login screen

    I have some weird problems with switching to the virtual console from the graphical GUI.
    rc.conf: KEYMAP=hu
    Unless I define hungarian keyboard in KDE4 also, I cannot switch to vc/1 with Ctrl-Alt-F1. When the keyboard is defined in KDE4, i can switch.
    But in the KDM login screen, I am unable to switch and there is no option to set the keyboard.
    Any ideas please?
    Last edited by SanskritFritz (2009-02-28 19:08:24)

    Option      "XkbLayout" "en"
    Hey, you got the point, this was the solution! Setting the option to "hu" solved my problem! Thank you!

  • [Solved] Ctrl + Alt + F[1-6] -- no signal on display

    02/04/13 I made a full system update. When turned off my PC, I noticed that screen is turned off before the system is actually halted. Well, this didn't made me suspicious.
    However, today I decided to make a full update with new KDE. I thought that it'd be rational to do it from the virtual console but pressing ctrl + alt + Fx causes my monitor to turn off. Have I missed something?
    [mk@linux ~]$ systemctl list-units --type=target
    UNIT LOAD ACTIVE SUB DESCRIPTION
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User
    printer.target loaded active active Printer
    remote-fs.target loaded active active Remote File Systems
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    13 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    [mk@linux ~]$ pacman -Qs nvidia
    local/lib32-nvidia-304xx-utils 304.84-1
    NVIDIA drivers utilities and libraries. (32-bit)
    local/libcl 1.1-3
    OpenCL library and ICD loader from NVIDIA
    local/libvdpau 0.6-1
    Nvidia VDPAU library
    local/nvidia-304xx 304.84-1
    NVIDIA drivers for linux, 304xx legacy branch
    local/nvidia-304xx-utils 304.84-1
    NVIDIA drivers utilities and libraries, 304xx legacy branch
    Last edited by mkkot (2013-04-07 17:31:25)

    It's a known problem with the nvidia 304.84 driver; so update it to 304.88 and from some users' testimonies it should work again. (I use nouveau presently so I cannot say myself).

  • [SOLVED] Ctrl+Alt+S and Ctrl+Alt+O Blocked by ?

    Hi!
    On a new arch+gnome system, I cannot bind any command to the Ctrl+Alt+O and Ctrl+Alt+S shortcuts in pycharm.
    Going through all the shortcuts in gnomes' Keyboard > Shortcuts and via dconf-editor, I cannot find any program that binds to these shortcuts.
    Any advice?
    Last edited by nonZero (2015-05-19 07:10:58)

    When using xbindkeys -k , I get this for ctrl+alt+s or ctrl+alt+o:
    "(Scheme function)"
    m:0xc + c:64
    Control+Alt + Alt_L
    Which is very strange, because it does work correctly for other shortcuts, for example, ctrl+alt+a:
    "(Scheme function)"
    m:0xc + c:38
    Control+Alt + a

  • [SOLVED] Ctrl+Alt+T

    hi guys
    sorry if my question is repeated but I can't use Ctrl+Alt+T to launch terminal.
    i use gnome 3.
    thank you
    Last edited by Hossan (2011-11-01 12:39:49)

    I've the same problem, can't set CTRL+<key>, SHIFT+<key> or CTRL+SHIFT+<key> combinations, CTRL get always filtered out.
    Doing the terminal thing above, only ALT+T does open a terminal for me.
    Also, recording shortcuts with function keys produce very odd results, such as:
    SHIFT+F5 (or any other F-key) => Shift+VoidSymbol
    But if also pressing CTRL, the shortcut produced is:
    CTRL+SHIFT+F5 (or any other F-key) => Shift+F5
    These shortcuts never work btw, not the key i recorded and not the key gnome seems to record and present you after.
    I'm using a Logitech Illuminated Keyboard (italian layout) and gnome has been configured for two layout, en-US and it-IT, to be switched by ALT+CAPSLOCK: i tried everything (leaving one single layout, removing layout switch shortcut... nooone let the shortcuts being recorded correctly and working, only ALT+<key> combinations work).
    Anyone with the same behavior?!
    Is this the reason due to which i'm not able to get Thunderbird 7 to "get all messages for all accounts" via SHIFT+F5??! Does Gnome capture something for its own magic?!
    Last edited by bmanuel (2011-11-02 20:35:38)

  • [SOLVED] CTRL+ALT+F? don't working

    I don't know when it stopped to work, but today I needed use CTRL+ALT+F? to log in text mode, and it does not work. I don't know where I need start my investigation.
    System updated every day (and today too).
    Thanks for any help.
    Last edited by mkanada (2010-12-17 09:59:47)

    I'm using kdm, kde. Even at kdm (before login), these keystrokes does not work. So, I think that the problem is with some wrong configuration with X, but I don't know.
    I don't understood your second question 'show us where that keystroke is defined'. These keystrokes are pressed in KDM or KDE and don't work.

  • [SOLVED] Ctrl+Alt+Backspace Wont restart X

    It just does nothing, is it disabled somewhere somehow?  I used to work before, broke from upgrade or something?
    Last edited by degmic71 (2009-04-15 13:45:54)

    man xorg
    Ctrl+Alt+Backspace
    Immediately kills the server -- no questions asked. This is
    disabled by default. It can be enabled with the -retro command
    line flag or by setting the DontZap xorg.conf(5) file option to
    a FALSE value.
    add this to you xorg.conf
    Section "serverFlags"
    Option "DontZap" "false"
    EndSection

  • [SOLVED] xmodmap hangs and crashes after update

    UPDATE: See pabloc's post for a solution. keyboard plugin of gnome-settings-daemon was overriding Xmodmap bindings.
    After a pacman -Syu today, ~/.Xmodmap is no longer being loaded on login. Running `xmodmap ~/.Xmodmap` in a terminal window causes the entire DE (Cinnamon) to freeze, and it fixes itself after a minute or so (terminal window closes).
    Here is my ~/.xinitrc
    #!/bin/sh
    if [ -f $HOME/.Xmodmap ]; then
        /usr/bin/xmodmap $HOME/.Xmodmap
    fi
    exec gnome-session-cinnamon
    I haven't modified ~/.Xmodmap recently, and it was working fine prior to the update. The only modifications are swapping of the PgUp/PgDn keys with Home/End because ThinkPads have them in a weird spot.
    Here are my pacman.log entries from today:
    [2012-10-31 14:09] Running 'pacman -Sy'
    [2012-10-31 14:09] synchronizing package lists
    [2012-10-31 14:10] Running 'pacman -S -u'
    [2012-10-31 14:10] starting full system upgrade
    [2012-10-31 14:25] removed python-mechanize (0.2.5-2)
    [2012-10-31 14:25] removed python-imaging (1.1.7-4)
    [2012-10-31 14:25] removed libwebkit3 (1.8.3-1)
    [2012-10-31 14:25] removed libwebkit (1.8.3-1)
    [2012-10-31 14:25] upgraded glib2 (2.32.4-1 -> 2.34.1-1)
    [2012-10-31 14:25] upgraded at-spi2-core (2.4.2-1 -> 2.6.1-1)
    [2012-10-31 14:25] upgraded atk (2.4.0-1 -> 2.6.0-1)
    [2012-10-31 14:25] upgraded dconf (0.12.1-2 -> 0.14.0-1)
    [2012-10-31 14:25] upgraded at-spi2-atk (2.4.0-1 -> 2.6.1-1)
    [2012-10-31 14:25] upgraded linux-api-headers (3.5.5-1 -> 3.6.3-1)
    [2012-10-31 14:25] upgraded tzdata (2012f-1 -> 2012h-1)
    [2012-10-31 14:25] Generating locales...
    [2012-10-31 14:25]   en_CA.UTF-8... done
    [2012-10-31 14:25] Generation complete.
    [2012-10-31 14:25] upgraded glibc (2.16.0-4 -> 2.16.0-5)
    [2012-10-31 14:25] upgraded binutils (2.22-10 -> 2.23-1)
    [2012-10-31 14:25] upgraded bison (2.6.2-1 -> 2.6.4-1)
    [2012-10-31 14:25] upgraded libpng (1.5.12-1 -> 1.5.13-1)
    [2012-10-31 14:25] upgraded cairo (1.12.2-3 -> 1.12.6-2)
    [2012-10-31 14:25] upgraded python2-cssutils (0.9.9-2 -> 0.9.9-3)
    [2012-10-31 14:25] upgraded python2-cherrypy (3.2.2-1 -> 3.2.2-2)
    [2012-10-31 14:25] installed python2-mechanize (0.2.5-3)
    [2012-10-31 14:25] upgraded pam (1.1.5-4 -> 1.1.6-1)
    [2012-10-31 14:25] upgraded coreutils (8.19-1 -> 8.20-1)
    [2012-10-31 14:25] upgraded perl (5.16.1-1 -> 5.16.1-2)
    [2012-10-31 14:25] upgraded imagemagick (6.7.9.8-2 -> 6.8.0.3-1)
    [2012-10-31 14:25] upgraded gcc-libs (4.7.2-1 -> 4.7.2-2)
    [2012-10-31 14:25] upgraded poppler (0.20.3-1 -> 0.20.5-1)
    [2012-10-31 14:25] upgraded poppler-qt (0.20.3-1 -> 0.20.5-1)
    [2012-10-31 14:25] upgraded python2-lxml (2.3.5-1 -> 3.0.1-1)
    [2012-10-31 14:25] installed python2-imaging (1.1.7-5)
    [2012-10-31 14:25] upgraded sip (4.13.3-2 -> 4.14-2)
    [2012-10-31 14:25] upgraded python2-sip (4.13.3-2 -> 4.14-2)
    [2012-10-31 14:25] upgraded python-dbus-common (1.1.1-1 -> 1.1.1-2)
    [2012-10-31 14:25] upgraded python2-dbus (1.1.1-1 -> 1.1.1-2)
    [2012-10-31 14:25] upgraded pyqt-common (4.9.4-2 -> 4.9.5-3)
    [2012-10-31 14:25] upgraded python2-pyqt (4.9.4-2 -> 4.9.5-3)
    [2012-10-31 14:25] upgraded python2-psutil (0.6.1-1 -> 0.6.1-2)
    [2012-10-31 14:25] installed python2-cssselect (0.7.1-2)
    [2012-10-31 14:25] upgraded calibre (0.9.2-1 -> 0.9.4-2)
    [2012-10-31 14:25] Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 10: Having multiple values in <test> isn't supported and may not works as expected
    [2012-10-31 14:26] upgraded cantarell-fonts (0.0.10-1 -> 0.0.10.1-1)
    [2012-10-31 14:26] installed harfbuzz (0.9.5-1)
    [2012-10-31 14:26] upgraded pango (1.30.1-1 -> 1.32.1-1)
    [2012-10-31 14:26] upgraded kmod (10-1 -> 10-2)
    [2012-10-31 14:26] upgraded hwids (20120922-1 -> 20121022-1)
    [2012-10-31 14:26] upgraded util-linux (2.22-7 -> 2.22.1-2)
    [2012-10-31 14:26] ==> journald now writes to /var/log/journal by default. This can be
    [2012-10-31 14:26]     controlled with the Storage setting in /etc/systemd/journald.conf
    [2012-10-31 14:26] upgraded systemd (194-3 -> 195-2)
    [2012-10-31 14:26] upgraded polkit (0.105-1 -> 0.107-4)
    [2012-10-31 14:26] upgraded colord (0.1.21-2 -> 0.1.24-1)
    [2012-10-31 14:26] upgraded gtk3 (3.4.4-1 -> 3.6.1-1)
    [2012-10-31 14:26] installed gstreamer (1.0.2-1)
    [2012-10-31 14:26] installed gst-plugins-base-libs (1.0.2-1)
    [2012-10-31 14:26] installed chromaprint (0.7-1)
    [2012-10-31 14:26] installed mpg123 (1.14.4-1)
    [2012-10-31 14:26] installed celt (0.11.1-4)
    [2012-10-31 14:26] installed spandsp (0.0.6pre21-1)
    [2012-10-31 14:26] installed gst-plugins-bad (1.0.2-1)
    [2012-10-31 14:26] installed gst-plugins-base (1.0.2-1)
    [2012-10-31 14:26] upgraded gsettings-desktop-schemas (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:26] upgraded libtasn1 (2.14-1 -> 3.0-1)
    [2012-10-31 14:26] upgraded gnutls (3.1.3-1 -> 3.1.3-2)
    [2012-10-31 14:26] upgraded glib-networking (2.32.3-1 -> 2.34.0-1)
    [2012-10-31 14:26] upgraded libsoup (2.38.1-1 -> 2.40.1-1)
    [2012-10-31 14:26] upgraded gdk-pixbuf2 (2.26.3-1 -> 2.26.4-1)
    [2012-10-31 14:26] installed gst-plugins-good (1.0.2-1)
    [2012-10-31 14:26] upgraded json-glib (0.14.2-1 -> 0.15.2-1)
    [2012-10-31 14:26] upgraded clutter (1.10.6-1 -> 1.12.2-1)
    [2012-10-31 14:26] upgraded clutter-gst (1.6.0-1 -> 1.9.92-1)
    [2012-10-31 14:26] upgraded clutter-gtk (1.2.0-1 -> 1.4.0-1)
    [2012-10-31 14:26] upgraded tdb (1.2.9-2 -> 1.2.10-1)
    [2012-10-31 14:26] upgraded libcanberra (0.28-5 -> 0.30-1)
    [2012-10-31 14:26] upgraded libgee (0.6.5-1 -> 0.6.6-1)
    [2012-10-31 14:26] upgraded gnome-video-effects (0.4.0-1 -> 0.4.0-2)
    [2012-10-31 14:26] upgraded libcroco (0.6.5-1 -> 0.6.8-1)
    [2012-10-31 14:26] upgraded librsvg (2.36.3-1 -> 2.36.4-1)
    [2012-10-31 14:26] upgraded gnome-desktop (1:3.4.2-1 -> 1:3.6.1-1)
    [2012-10-31 14:26] upgraded cheese (3.4.2-1 -> 3.6.1-1)
    [2012-10-31 14:26] upgraded libwbclient (3.6.8-1 -> 3.6.9-1)
    [2012-10-31 14:26] upgraded cifs-utils (5.6-2 -> 5.7-1)
    [2012-10-31 14:26] upgraded device-mapper (2.02.97-1 -> 2.02.98-1)
    [2012-10-31 14:26] upgraded cryptsetup (1.5.0-2 -> 1.5.1-1)
    [2012-10-31 14:26] upgraded cups-pk-helper (0.2.2-1 -> 0.2.4-1)
    [2012-10-31 14:26] upgraded python2-xdg (0.23-1 -> 0.23-2)
    [2012-10-31 14:26] upgraded libtorrent-rasterbar (1:0.16.3-1 -> 1:0.16.5-1)
    [2012-10-31 14:26] upgraded python2-crypto (2.6-2 -> 2.6-3)
    [2012-10-31 14:26] upgraded python2-zope-interface (3.8.0-1 -> 4.0.1-1)
    [2012-10-31 14:26] upgraded twisted (12.2.0-1 -> 12.2.0-2)
    [2012-10-31 14:26] upgraded python2-pyopenssl (0.13-1 -> 0.13-2)
    [2012-10-31 14:26] upgraded xdg-utils (1.1.0-2.20120520 -> 1.1.0.git20121008-1)
    [2012-10-31 14:26] upgraded python2-chardet (2.0.1-5 -> 2.0.1-6)
    [2012-10-31 14:26] upgraded python2-distribute (0.6.28-1 -> 0.6.29-1)
    [2012-10-31 14:26] upgraded deluge (1.3.5-1 -> 1.3.5-3)
    [2012-10-31 14:26] upgraded e2fsprogs (1.42.5-1 -> 1.42.6-1)
    [2012-10-31 14:26] upgraded libgnome-keyring (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:26] upgraded libsoup-gnome (2.38.1-1 -> 2.40.1-1)
    [2012-10-31 14:26] installed webkitgtk3 (1.10.1-1)
    [2012-10-31 14:26] upgraded nspr (4.9.2-1 -> 4.9.3-1)
    [2012-10-31 14:26] upgraded nss (3.13.6-1 -> 3.14-1)
    [2012-10-31 14:26] upgraded gobject-introspection (1.32.1-2 -> 1.34.1.1-1)
    [2012-10-31 14:26] upgraded gcr (3.4.1-1 -> 3.6.1-1)
    [2012-10-31 14:26] upgraded epiphany (3.4.3-1 -> 3.6.1-1)
    [2012-10-31 14:26] upgraded ethtool (1:3.5-1 -> 1:3.6-1)
    [2012-10-31 14:26] upgraded poppler-glib (0.20.3-1 -> 0.20.5-1)
    [2012-10-31 14:27] upgraded gnome-icon-theme-symbolic (3.4.0-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded gnome-icon-theme (3.4.0-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded evince (3.4.0-1 -> 3.6.1-1)
    [2012-10-31 14:27] upgraded rest (0.7.12-1 -> 0.7.90-1)
    [2012-10-31 14:27] installed libsecret (0.10-1)
    [2012-10-31 14:27] upgraded gnome-online-accounts (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded libgweather (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded libgdata (0.12.0-1 -> 0.13.2-1)
    [2012-10-31 14:27] upgraded evolution-data-server (3.4.4-1 -> 3.6.1-1)
    [2012-10-31 14:27] upgraded libnice (0.1.2-1 -> 0.1.3-1)
    [2012-10-31 14:27] upgraded farstream (0.1.2-1 -> 0.2.1-1)
    [2012-10-31 14:27] upgraded file-roller (3.4.2-1 -> 3.6.1.1-1)
    [2012-10-31 14:27] installed nss-myhostname (0.3-3)
    [2012-10-31 14:27] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2012-10-31 14:27] upgraded filesystem (2012.10-1 -> 2012.10-2)
    [2012-10-31 14:27] upgraded firefox (16.0.1-1 -> 16.0.2-1)
    [2012-10-31 14:27] upgraded telepathy-glib (0.18.2-1 -> 0.20.0-1)
    [2012-10-31 14:27] installed libzeitgeist (0.3.18-3)
    [2012-10-31 14:27] upgraded folks (0.6.9-2 -> 0.8.0-1)
    [2012-10-31 14:27] upgraded gcc (4.7.2-1 -> 4.7.2-2)
    [2012-10-31 14:27] upgraded gconf (3.2.5-2 -> 3.2.5-3)
    [2012-10-31 14:27] upgraded gegl (0.2.0-4 -> 0.2.0-5)
    [2012-10-31 14:27] upgraded git (1.7.12.3-1 -> 1.8.0-1)
    [2012-10-31 14:27] upgraded gjs (1.32.0-2 -> 1.34.0-1)
    [2012-10-31 14:27] upgraded glibmm (2.32.1-1 -> 2.34.0-1)
    [2012-10-31 14:27] upgraded gnome-backgrounds (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded udisks2 (1.94.0-2 -> 2.0.0-1)
    [2012-10-31 14:27] upgraded gvfs (1.12.3-3 -> 1.14.0-1)
    [2012-10-31 14:27] upgraded obex-data-server (0.4.6-2 -> 0.4.6-3)
    [2012-10-31 14:27] upgraded gvfs-obexftp (1.12.3-3 -> 1.14.0-1)
    [2012-10-31 14:27] upgraded gnome-bluetooth (3.4.2-1 -> 3.6.0-2)
    [2012-10-31 14:27] upgraded gnome-common (3.4.0.1-2 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded pygobject-devel (3.2.2-1 -> 3.4.1.1-1)
    [2012-10-31 14:27] upgraded python2-gobject (3.2.2-1 -> 3.4.1.1-1)
    [2012-10-31 14:27] upgraded gnome-menus (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded libcanberra-pulse (0.28-5 -> 0.30-1)
    [2012-10-31 14:27] installed ibus (1.4.99.20121006-1)
    [2012-10-31 14:27] upgraded gnome-settings-daemon (3.4.2-1 -> 3.6.1-2)
    [2012-10-31 14:27] installed iptables (1.4.16.2-1)
    [2012-10-31 14:27] upgraded iproute2 (3.5.1-1 -> 3.6.0-2)
    [2012-10-31 14:27] upgraded wpa_supplicant (1.0-1 -> 1.0-2)
    [2012-10-31 14:27] upgraded ppp (2.4.5-4 -> 2.4.5-5)
    [2012-10-31 14:27] installed net-tools (1.60.20120804git-2)
    [2012-10-31 14:27] installed dhclient (4.2.4.1-3)
    [2012-10-31 14:27] upgraded networkmanager (0.9.6.0-2 -> 0.9.6.4-1)
    [2012-10-31 14:27] upgraded network-manager-applet (0.9.6.2-1 -> 0.9.6.4-1)
    [2012-10-31 14:27] installed libpwquality (1.2.0-1)
    [2012-10-31 14:27] warning: directory permissions differ on usr/share/polkit-1/rules.d/
    filesystem: 700  package: 755
    [2012-10-31 14:27] upgraded gnome-control-center (3.4.2-1 -> 3.6.2-1)
    [2012-10-31 14:27] upgraded gnome-keyring (3.4.1-3 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded gnome-panel (3.4.2.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded libxklavier (5.2.1-2 -> 5.3-1)
    [2012-10-31 14:28] upgraded libgnomekbd (3.4.0.2-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gnome-screensaver (3.4.4-1 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded gnome-session (3.4.2-3 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded zenity (3.4.0-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded mutter (3.4.1-2 -> 3.6.1-2)
    [2012-10-31 14:28] upgraded libtracker-sparql (0.14.2-1 -> 0.14.3-1)
    [2012-10-31 14:28] upgraded nautilus (3.4.2-1 -> 3.6.2-1)
    [2012-10-31 14:28] upgraded telepathy-logger (0.4.0-1 -> 0.6.0-1)
    [2012-10-31 14:28] upgraded telepathy-mission-control (5.12.1-1 -> 5.14.0-1)
    [2012-10-31 14:28] upgraded gnome-shell (3.4.2-1 -> 3.6.1-2)
    [2012-10-31 14:28] upgraded gtkmm3 (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gnome-system-monitor (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded vte-common (0.32.2-1 -> 0.34.1-1)
    [2012-10-31 14:28] upgraded vte3 (0.32.2-1 -> 0.34.1-1)
    [2012-10-31 14:28] upgraded gnome-terminal (3.4.1.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gnome-themes-standard (3.4.2-1 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded yelp-xsl (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded yelp (3.4.2-1 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded gnome-user-docs (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gpm (1.20.6-10 -> 1.20.7-1)
    [2012-10-31 14:28] upgraded smbclient (3.6.8-1 -> 3.6.9-1)
    [2012-10-31 14:28] upgraded gvfs-smb (1.12.3-3 -> 1.14.0-1)
    [2012-10-31 14:28] upgraded ilmbase (1.0.2-1 -> 1.0.3-1)
    [2012-10-31 14:28] upgraded inkscape (0.48.3.1-5 -> 0.48.3.1-7)
    [2012-10-31 14:28] upgraded iputils (20101006-7 -> 20121011-1)
    [2012-10-31 14:28] upgraded jre7-openjdk-headless (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
    [2012-10-31 14:28] upgraded jre7-openjdk (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
    [2012-10-31 14:28] upgraded jdk7-openjdk (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
    [2012-10-31 14:28] upgraded openexr (1.7.1-1 -> 1.7.1-2)
    [2012-10-31 14:28] upgraded phonon (1:4.6.0-2 -> 1:4.6.0-3)
    [2012-10-31 14:28] upgraded kdelibs (4.9.2-2 -> 4.9.2-3)
    [2012-10-31 14:28] upgraded ldns (1.6.13-1 -> 1.6.14-1)
    [2012-10-31 14:28] upgraded lib32-atk (2.4.0-1 -> 2.6.0-1)
    [2012-10-31 14:28] upgraded lib32-glibc (2.16.0-4 -> 2.16.0-5)
    [2012-10-31 14:28] upgraded lib32-util-linux (2.22-1 -> 2.22.1-1)
    [2012-10-31 14:28] upgraded lib32-e2fsprogs (1.42.4-1 -> 1.42.6-1)
    [2012-10-31 14:28] upgraded lib32-gcc-libs (4.7.2-1 -> 4.7.2-2)
    [2012-10-31 14:28] upgraded lib32-libpng (1.5.12-1 -> 1.5.13-1)
    [2012-10-31 14:28] upgraded libpurple (2.10.6-1 -> 2.10.6-2)
    [2012-10-31 14:29] upgraded libreoffice-en-US (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-common (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-base (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-calc (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-draw (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-gnome (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-impress (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-kde4 (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-math (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded postgresql-libs (9.2.1-1 -> 9.2.1-2)
    [2012-10-31 14:29] upgraded libreoffice-postgresql-connector (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-sdk (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-sdk-doc (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-writer (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] installed webkitgtk2 (1.10.1-1)
    [2012-10-31 14:29] upgraded mkinitcpio (0.10-1 -> 0.11.0-1)
    [2012-10-31 14:30] >>> Updating module dependencies. Please wait ...
    [2012-10-31 14:30] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2012-10-31 14:30] ==> Building image from preset: 'default'
    [2012-10-31 14:30]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-10-31 14:30] ==> Starting build: 3.6.4-1-ARCH
    [2012-10-31 14:30]   -> Running build hook: [base]
    [2012-10-31 14:30]   -> Running build hook: [udev]
    [2012-10-31 14:30]   -> Running build hook: [autodetect]
    [2012-10-31 14:30]   -> Running build hook: [pata]
    [2012-10-31 14:30]   -> Running build hook: [scsi]
    [2012-10-31 14:30]   -> Running build hook: [sata]
    [2012-10-31 14:30]   -> Running build hook: [filesystems]
    [2012-10-31 14:30]   -> Running build hook: [usbinput]
    [2012-10-31 14:30]   -> Running build hook: [fsck]
    [2012-10-31 14:30] ==> Generating module dependencies
    [2012-10-31 14:30] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-10-31 14:30] ==> Image generation successful
    [2012-10-31 14:30] ==> Building image from preset: 'fallback'
    [2012-10-31 14:30]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-10-31 14:30] ==> Starting build: 3.6.4-1-ARCH
    [2012-10-31 14:30]   -> Running build hook: [base]
    [2012-10-31 14:30]   -> Running build hook: [udev]
    [2012-10-31 14:30]   -> Running build hook: [pata]
    [2012-10-31 14:30]   -> Running build hook: [scsi]
    [2012-10-31 14:30]   -> Running build hook: [sata]
    [2012-10-31 14:30]   -> Running build hook: [filesystems]
    [2012-10-31 14:30]   -> Running build hook: [usbinput]
    [2012-10-31 14:30]   -> Running build hook: [fsck]
    [2012-10-31 14:30] ==> Generating module dependencies
    [2012-10-31 14:30] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-10-31 14:30] ==> Image generation successful
    [2012-10-31 14:30] upgraded linux (3.5.6-1 -> 3.6.4-1)
    [2012-10-31 14:30] upgraded linux-headers (3.5.6-1 -> 3.6.4-1)
    [2012-10-31 14:30] upgraded lvm2 (2.02.97-1 -> 2.02.98-1)
    [2012-10-31 14:30] upgraded man-pages (3.42-1 -> 3.43-1)
    [2012-10-31 14:30] upgraded mdadm (3.2.5-2 -> 3.2.6-1)
    [2012-10-31 14:30] upgraded metacity (2.34.8-1 -> 2.34.13-1)
    [2012-10-31 14:30] upgraded net-snmp (5.7.1-4 -> 5.7.2-1)
    [2012-10-31 14:30] upgraded netcfg (2.8.11-1 -> 3.0-1)
    [2012-10-31 14:30] upgraded openssh (6.1p1-2 -> 6.1p1-3)
    [2012-10-31 14:30] upgraded pidgin (2.10.6-1 -> 2.10.6-2)
    [2012-10-31 14:30] upgraded pygobject2-devel (2.28.6-6 -> 2.28.6-8)
    [2012-10-31 14:30] upgraded python2-gobject2 (2.28.6-6 -> 2.28.6-8)
    [2012-10-31 14:30] upgraded slim (1.3.4-3 -> 1.3.4-4)
    [2012-10-31 14:30] upgraded slim-themes (1.2.3-5 -> 1.2.3-6)
    [2012-10-31 14:30] ==> syslog-ng now reads from /run/systemd/journal/syslog in the
    [2012-10-31 14:30]     default config. If you still use sysvinit/initscripts, this
    [2012-10-31 14:30]     must be /dev/log in /etc/syslog-ng/syslog-ng.conf
    [2012-10-31 14:30] upgraded syslog-ng (3.3.6-1 -> 3.3.6-3)
    [2012-10-31 14:31] >>> texlive: updating the filename database...
    [2012-10-31 14:31] mktexlsr: Updating /etc/texmf/ls-R...
    [2012-10-31 14:31] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2012-10-31 14:31] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2012-10-31 14:31] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2012-10-31 14:31] mktexlsr: Done.
    [2012-10-31 14:31] recreating all formats... done.
    [2012-10-31 14:31]  (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)
    [2012-10-31 14:31] upgraded texlive-bin (2012.0-4 -> 2012.0-5)
    [2012-10-31 14:31] Updating font cache... Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 10: Having multiple values in <test> isn't supported and may not works as expected
    [2012-10-31 14:31] done.
    [2012-10-31 14:31] upgraded ttf-liberation (2.00.0-1 -> 2.00.1-1)
    [2012-10-31 14:32] In order to use the new version, reload all virtualbox modules manually.
    [2012-10-31 14:32] upgraded virtualbox-host-modules (4.2.0-5 -> 4.2.4-2)
    [2012-10-31 14:32]
    [2012-10-31 14:32] Creating symlink /var/lib/dkms/vboxhost/4.2.4/source ->
    [2012-10-31 14:32]                  /usr/src/vboxhost-4.2.4
    [2012-10-31 14:32]
    [2012-10-31 14:32] DKMS: add completed.
    [2012-10-31 14:32] ==> To build and install your modules run dkms install vboxhost/4.2.4
    [2012-10-31 14:32] ==> To do this automatically at startup you can add dkms in your DAEMONS
    [2012-10-31 14:32] upgraded virtualbox-host-source (4.2.0-3 -> 4.2.4-1)
    [2012-10-31 14:32] upgraded virtualbox (4.2.0-3 -> 4.2.4-1)
    [2012-10-31 14:32] upgraded vlc (2.0.3-4 -> 2.0.4-2)
    [2012-10-31 14:32] upgraded wget (1.14-1 -> 1.14-2)
    [2012-10-31 14:32] upgraded xf86-input-evdev (2.7.3-1 -> 2.7.3-2)
    [2012-10-31 14:32] upgraded xf86-input-synaptics (1.6.2-1 -> 1.6.2-2)
    [2012-10-31 14:32] upgraded xf86-video-intel (2.20.9-1 -> 2.20.12-1)
    [2012-10-31 14:32] upgraded xorg-server-common (1.12.4-1 -> 1.13.0-3)
    [2012-10-31 14:32] upgraded xorg-server (1.12.4-1 -> 1.13.0-3)
    [2012-10-31 14:32] upgraded xorg-xinit (1.3.2-1 -> 1.3.2-3)
    [2012-10-31 14:38] Running 'pacman -S baobab'
    [2012-10-31 14:38] installed baobab (3.6.2-1)
    [2012-10-31 17:08] Running 'pacman -S syslinux'
    [2012-10-31 17:10] Running 'pacman -S syslinux'
    [2012-10-31 17:11] ==> If you want to use syslinux as your bootloader
    [2012-10-31 17:11] ==> edit /boot/syslinux/syslinux.cfg and run
    [2012-10-31 17:11] ==>   # /usr/sbin/syslinux-install_update -i -a -m
    [2012-10-31 17:11] ==> to install it.
    [2012-10-31 17:11] installed syslinux (4.06-1)
    [2012-10-31 17:30] Running 'pacman -Syyu gnome-settings-daemon'
    [2012-10-31 17:30] synchronizing package lists
    [2012-10-31 17:30] starting full system upgrade
    [2012-10-31 17:30] upgraded gnome-settings-daemon (3.6.1-2 -> 3.6.1-2)
    [2012-10-31 17:30] Running 'pacman -Syu'
    [2012-10-31 17:30] synchronizing package lists
    [2012-10-31 17:30] starting full system upgrade
    [2012-10-31 17:39] Running 'pacman -Sy'
    [2012-10-31 17:39] synchronizing package lists
    [2012-10-31 17:39] starting full system upgrade
    [2012-10-31 17:39] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.yAV/downgrade-3.2-1-any.pkg.tar.xz'
    [2012-10-31 17:39] upgraded downgrade (3.1-1 -> 3.2-1)
    [2012-10-31 17:40] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.P2k/dropbox-1.4.20-1-x86_64.pkg.tar.xz'
    [2012-10-31 17:40] upgraded dropbox (1.4.17-1 -> 1.4.20-1)
    [2012-10-31 17:41] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.C5t/package-query-1.1-2-x86_64.pkg.tar.xz'
    [2012-10-31 17:41] upgraded package-query (1.0.1-1 -> 1.1-2)
    [2012-10-31 17:42] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.i8t/teamviewer-7.0.9377-1-x86_64.pkg.tar.xz'
    [2012-10-31 17:42] upgraded teamviewer (7.0.9360-1 -> 7.0.9377-1)
    [2012-10-31 17:42] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.21N/yaourt-1.2.1-1-any.pkg.tar.xz'
    [2012-10-31 17:42] upgraded yaourt (1.1-1 -> 1.2.1-1)
    [2012-10-31 17:44] Running 'pacman -U /tmp/yaourt-tmp-daniel/PKGDEST.nxI/cinnamon-git-20121031-1-x86_64.pkg.tar.xz'
    [2012-10-31 17:44] upgraded cinnamon-git (20121015-1 -> 20121031-1)
    Last edited by dtomasiewicz (2012-11-20 20:11:06)

    I've done a bit more playing around with this. It seems running xmodmap ~/.Xmodmap does work, it's just very slow and CPU-hungry. Reducing my .Xmodmap file to include only the overrides (4 of them) allows it to complete in about a second.
    However, it's still not being loaded on login, despite being in .xinitrc. In order to get my keybinds to work in a program, I need to open a terminal, run xmodmap manually, then execute whatever program I want them to work in.
    I tried downgrading xf86-input-evdev but my keyboard no longer worked on boot, once the display manager appeared (and I couldn't switch TTYs with Ctrl+Shift+F*).
    Last edited by dtomasiewicz (2012-11-02 16:43:21)

  • [Solved] Holding Alt and Openbox

    In openbox holding down alt disables my ability to click and stuff. I'm guessing this is because it is set as the "movement key" as it is called in gnome.
    Is there any way to change it to something like ctrl? I've done this in gnome with the System->Prefs->Window dialog. I need alt to be free for my warcraft 3. (I hold alt to show healthbars, and click to move with it still held.) I haven't been able to find anything in my rc.xml.
    Edit:
    Damn. I feel like an idiot now!
    I just discovered the solution.
    I just changed all the A's to C's on my rc.xml lines 268-297.
    Under <context name="Frame">
    Last edited by Statix (2008-06-22 04:37:16)

    I use similar settings to yours, but:
    - they are in ~/.config/openbox/autostart.sh
    - no "hsetroot"
    - nitrogen, instead of feh
    Besides: why did you place xcompmgr and feh on the same line? Did you try with two different lines, one for each command?
    Last edited by daneel971 (2009-12-31 12:38:44)

  • [SOLVED] Customizing alt+tab menu in Openbox

    I tried to change a little bit the openbox alt+tab menu, and I have some questions, but first things first. This is my current menu:
    What I want is:
    1. number of columns -- I wanted to set, for example, 10 columns for the menu.
    2. icon size -- Can I make them smaller or bigger?
    3. mouse support -- you know, I press alt+tab and choose an icon.
    4. Is there a way to group desktop apps? For instance, I have 5 apps in 1st desktop and 3 apps in 2nd desktop. When I press alt+tab, I want to see in the first row apps from desktop1 and in the second row apps from desktop2, etc.
    Last edited by morfik (2013-06-11 15:05:07)

    Finally, I've found it -- https://aur.archlinux.org/packages/xwinmosaic-git/
    It has a mouse support, and it is possible to change icon size as well as box width and height. Also, there are some other features, but there is one thing that I want to remove:
    As you can see, it also shows the windows which are in the background, like conky, etc.
    Ignoring this little annoying thing, It is basically what I want.

  • [SOLVED] Xmodmap file

    Hi everyone,
    I've just migrated from Ubuntu to Arch and trying to arrange some stuff I had there. I use Xfce and SliM. I have .Xmodmap file like this:
    clear Lock
    keycode 66 = ISO_Next_Group
    It makes CapsLock key switch layout. When I execute "xmodmap ~/.Xmodmap" in terminal it works, but when I put in in ~/.xinitrc file it doesn't.
    My ~/.xinitrc:
    exec ck-launch-session xfce4-session
    xmodmap ~/.Xmodmap
    I've searched the forum on this issue and is seems that this issue is known and not just mine. I just didn't manage to find a straightforwad solution to this. Is there a known solution to this problem?
    Last edited by drugcpp (2010-03-17 21:17:03)

    drugcpp wrote:Yeah OK I got what .xinitrc is, what's the point?
    The point is that you now know what xinitrc is, and how it works. Which you didn't know before, as seen from your own xinitrc file.
    Even if I put xmodmap before launching xfce4 session it doesn't work.
    No, it does work in the sense that xmodmap command would be executed when xinit or startx were executed them selves.
    Why your modifier map table was not affected, or was reset, is purely an XFCE bug (or your own XkbOptions mistake in /etc/hal ?).
    Last edited by anrxc (2010-03-17 20:03:46)

Maybe you are looking for