Ubuntu :: Xmonad - Keybindings Without Mod?
Jul 16, 2011
recently added xmonad and seems pretty fun! was wondering if anyone knows if it is possible to add keybindings that don't start with the modmask key..reason needed is that i want to have the win key to be the modmask and then need shift+alt to switch between two languages. So far I've "hacked" it by writing a script that switches between the two languages whenever it runs, and I've bound that to modmask + shift however this causes problems whenever I press modmask + shift for other shortcuts...
Also, how do you make keybindings work for different languages.. effectively what I need is identify each key as a key rather than as a character.
View 1 Replies
ADVERTISEMENT
Apr 30, 2010
I'm looking for the file in which global keybindings are set for Gnote. The man page claims they are stored in gconf --> '/apps/gnote/global_keybindings/open_start_here', /apps /gnote/global_keybindings/show_note_ menu'
I have a ~/.gconf/apps/gnote directory, but no files to set the individual keybindings. The keybindings work and can be set from within gnote, so i know they have to be somewhere on my system. Anyone have any ideas where I might look? I'm using Openbox on a Karmic command line install. I have no gconf-editor, and gnote looks to be the only program installed that uses gconf.
View 1 Replies
View Related
Oct 13, 2010
how to add mouse clicks to keybindings? (apps->metacity->global_keybindings)
P.S: I have fair experience with Ubuntu, 1 year as default OS, and minimal usage before, so no need for basic tips.
View 1 Replies
View Related
May 10, 2011
I'm trying to run xmonad, but the hot key alt+****+enter is not giving me the terminal.Is it because I haven't installed xterm?Right now I can't do anything on my machine because I cannot access terminal.I always boot to SLiM, and from there enter xmonad.By the way I'm running arch, I would post on the arch forums but I can't sign up since I need the terminal to run a verification code type thing
View 3 Replies
View Related
May 13, 2011
I'm running Xmonad and just recently it has stopped responding. None of my shortcuts are working at all. So I deleted my ~/.xmonad/xmoand.hs file, and still no luck. So I decided to log in as root and Xmonad works perfectly. Anyone know why Xmonad isn't working under my normal user? Is there a button i accidently pressed turning off the mod key?I was just browsing the web, then after I closed my browser nothing has been working, even after reboot.
View 1 Replies
View Related
May 18, 2010
I have a dual monitor setup with Kubuntu (lucid lynx). I followed xmonad guide for disabling greedy view behavior. Here is my xmonad.hs. Am I doing something wrong ?
Code:
import XMonad
import System.Exit
import qualified XMonad.StackSet as W
import qualified Data.Map as M
import XMonad.Util.Run
[Code]...
View 1 Replies
View Related
Jun 28, 2010
Xmonad noob here: I would like to set the mod key to win + alt instead of just alt or win. I've googled extensively, but can't find anything that's straight forward.
View 1 Replies
View Related
Aug 4, 2010
Uzbl uses hjkl for moving around, much like vim does. I was wondering if there was a browser (text based like links, or needing X like uzbl) which would be easy for someone used to emacs key bindings?Or if there is an emacs mode for having a buffer behave like a Links browser, but with emacs keybindings to move around...[For linux systems, please ideally something available through AUR or a debian package or both]
View 3 Replies
View Related
May 16, 2010
I've used screen for a little while and just found out about byobu.I much prefer the byobu keybindings over the C-a nonsense that screen needs. However, I have no need for the byobu status bar, as I have conky running as well, with nice fonts too. I edited my byobu profile and commented out
Code:
# Window tabs, second to last line
# caption always "%12`%?%-Lw%50L>%?%{=r}%n*%f %t%?(%u)%?%{-}%12`%?%+Lw%?%11` %=%12`%110`%109`%122`%111`%10`%
[code]...
as their comments suggest they are the two status lines I do not care for. I'm not sure if it's because of this, but now the screen creation and switching keybinds do not work, even though in the config options for byobu I have it set to use the f-keys keybind set.I can still retitle, detach and pull up the byobu options with f-keys.Additionally, by default I can just scroll up with the scroll wheel, need to enter scrollback mode, which seems strange as their is a keybind for "Scrollback Mode"
View 1 Replies
View Related
Dec 19, 2010
I have a dual-screen setup, with xmonad as my window manager. Using mod+tab lets me switch between windows on the same screen, but how do I move focus from one screen to the other without using the mouse?
View 1 Replies
View Related
Apr 29, 2011
I have been having some trouble using the Esperanto locale in Xmonad for sometime. I used this locale mainly in the terminal, because obviously Xmonad is a tiling WM and doesnt need a specific locale itself. I found that Esperanto locale prevents Xmonad from starting, but that if the LANG locale is exported after Xmonad is already started, it will turn my xterminal into an Esperanto terminal. Thus opening mutt mail will show Esperanto-Mutt, and for instance "command not found" becomes "komando ne trovita". I enjoy seeing this.
So the trick then is running "export LANG="eo.utf8"" just after xmonad loads before any other programs are run. I tried various things, and now wonder is it possible to just have the terminal itself running it its own locale? I could run this manually in every terminal, but wonder about automating it. I use the Xfce4-Terminal.
I tried .bash_profile, .xinitrc, .bashrc, and I tried adding the export to a bash script set to run by xmonad after it starts up. None of these cause the desired effect. I also notice it is temporary. If I open a terminal and do the export, that terminal is Esperantized. If I open a new terminal it is back to english.
Another thing I noticed is that after xmonad starts, if I manually add the export to .bashrc, all the terminals are in Esperanto. So I am thinking of making a script that does a find and replace of the .bashrc to add the export. Its tricky, some kind of sed-grep action. Another idea would be to put the .bashrc in a weird location so it isnt found on startup. Then make a command to symlink to it in the user folder after Xmonad starts. The main Slackware system would be English locale in order to prevent Xmonad from barfing on startup.
View 1 Replies
View Related
Mar 21, 2011
I'm trying to find a GUI program (not a terminal command) to bind the 4th and 5th buttons on my mouse to ALT+Tab and Escape. I tried BTNX however I encountered the error "btnx-config needs the file /etc/btnx/events to run". A good example of what I'm looking for with screenshots on it's site is X-Mouse Button Control which I've been using on XP however it's not available for Linux.
View 2 Replies
View Related
Jul 16, 2011
I'm trying to emulate behaviour I get from KeyRemap4MacBook on Mac OS X. It lets me remap control-m to Enter, for instance, globally. Is this possible with X/GNOME? Seems like xmodmap is not suitable for remapping key combinations. I tried xbindkeys to bind control-m to xdotool key Return, but it emits control-return. I tried xdotool keyup control; xdotool key Return; xdotool keydown control but it stills behaves unpredictably.
View 1 Replies
View Related
Jun 1, 2011
I am tweaking an OpenBox install in Squeeze i386 and am trying to set my laptop volume keys to control mpd
jsh@Goat:~$ amixer scontrols
Simple mixer control 'Master Front',0
Simple mixer control 'PCM',0
[code]....
View 1 Replies
View Related
Apr 6, 2011
I got myself into some trouble this afternoon when I thought I would give xmonad a try on my HP mini 210 that runs f14 lxde spin. so, after installing xmonad and dmenu and playig around a bit I found out that my wifi doesn't work. I tried ifup but I get the 'usage: .." response which I have read means that the programm can't find a configuration file for the device (and I am pretty sure that some programm was managing these files for me up until now).
I have tried to run system-config-network, which defaults to the tui version for some reason, I guess at this point that the normal gui is based on the gnome backend or something? Anyway, the terminal version just outputs a bunch of info about the devices that exist on the system (eth1 the broadcom wifi device is also listed) and then exits.
Anyway, in the normal lxde desktop you could use the gnome network manager, I guess this is not the case when running xmonad. So how do I do this? Links to documentation are welcomed. EDIT: some info about how I get to xmonad, the machine uses the standard LXDM login and from there I just select the xnomad window manger before logging in. I mean I am not trying to use it on top of anything else (eg. xmonad/gnome or xmonad/lxde etc.)
View 1 Replies
View Related
Mar 22, 2010
I would like the name of a virtual desktop to be displayed when I switch to that desktop.
View 1 Replies
View Related
Jan 20, 2010
I've been trying to get Xmonad installed and keep running into dependency installation issues. So far, I've used slackbuilds to get everything I need for Xmonad. (I'm pretty new to linux still, but as far as I know, having 64bit slack shouldn't be an issue in running 32bit applications?)
I have-
ghc-6.12.1
haskell-mtl
The main issue I've had thus far is with the Haskell-X11 (1.5.0.0) dependency, I downloaded the slackbuild:
[Code]...
View 3 Replies
View Related
Mar 26, 2011
Can anyone tell me how to name Page up & Page down buttons in global-keybindings to use the custom commands with these buttons?
View 1 Replies
View Related
Jul 28, 2011
I originally attempted to compile and install xmonad package by package, and the end result was this:
Code:
$ xmonad /home/adx/.xmonad/xmonad-x86_64-linux: executeFile: does not exist (No such file or directory)
X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 2 (X_ChangeWindowAttributes) Serial number of failed request: 7 Current serial number in output stream: 8 I figured I left out a flag on the make file or something, so I tried the slackbuild packages next; however, the same error was present at launch.
View 1 Replies
View Related
Jun 29, 2010
I'm new to Linux, so I decided to try using Wubi to get started. THe problem is, when it finished installing 10.04, I got this message: OSError: [Errno 13] Permission denied: u'C:\ubuntu\install\ubuntu-10.04-desktop-amd64.iso' Is there any way around this? It might just be that overly restrictive thing called Vista (which I have the bad luck to be using). I was considering getting a USB drive for Ubuntu anyway..
View 1 Replies
View Related
Apr 11, 2011
I recently got interested with with OS.. So I downloaded wubi in Ubuntu website. I opted for the Ubuntu Netbook Edition as am using a lappy. However, halfway through finishing download I got an error. The log shows:
OSError: [Errno 13] Permission denied: u'C:\ubuntu\install\ubuntu-10.10-netbook-i386.iso'
View 1 Replies
View Related
Jan 2, 2010
What is the difference between the Ubuntu Installer for windows and the Ubuntu CD image? If I use the ubuntu installer for windows, does it have the capability to partition my drive, will it enable to share files with windows etc or is it just a way not to have to burn a CD. Just curious, the exact details of the installation files were not made clear on the website. Note: Windows Version: XP, 32bit, SP3. I have not partitioned anything yet.
View 2 Replies
View Related
Nov 19, 2010
I have windows 7 installed on Disk2 (according to windows Disk Manager), and I installed ubuntu 10.10 on Disk0, choosing the dual boot option at installation.
However, grub does not load (presumably because its on disk0 and my machine appears to boot from disk3), so the machine goes straight into windows 7.
How do I get ubuntu to load?
View 2 Replies
View Related
Oct 7, 2010
I'm currently running off of my live-cd, and after spending 4 hours of my life trying to fix this myself, i figured someone out here has to know how to help me. Basically, i wanted to try linux, then liked it enough to decide to put on one of my usb-drives (320g adata nobility NH92), and i couldn't get it to boot anything but windows w/o the live-cd, which would then boot the live-cd, lol, in other words, i couldn't get it to boot at all from the external, even though i had changed the setting in my bios to boot from usb first, and tried manually selecting boot from usb and all that fun stuff.
Sooo... eventually i decided it might be a problem with the bootloader, and while i'm not exactly sure at this point what i have done to my computer, all i can successfully boot is the live cd. When I try to boot w/o the live cd, whether i try to boot from my internal (windows) drive, or external, all i get is a device not found error.I think i could fix it if i had windows recovery cd's (i'm running xp, btw), or installation cds, but... unfortunately, they died in a terrible accident. So i have no cd's at all for windows. :/
View 3 Replies
View Related
Feb 13, 2011
I have been running Ubuntu 10.04 under Windows 7 (Is this call WUBI?) without any problems for a while. My other machines only run Ubuntu (9.04 & 10.04). I decided to give it a try to the latest Ubuntu 10.10. After going through the successful installation and then rebooting, I am getting the following error message once I select 'Ubuntu' in the boot up menu right after the BIOS screen: Booting ' Ubuntu 10.10, kernel 2.6.35-25-generic'
[Code]...
View 7 Replies
View Related
Jan 26, 2010
I'm wondering if this is even possible. I've searched high and low and have yet to find and answer to this particular setup.
The setup:
Router is in another building.
Desktop connected by WiFi
Laptop connected by WiFi
Both the Desktop and the Laptop are in the same building together. About 5' apart.
SSH server is setup on Desktop
FreeNX client is setup on Laptop
So they can connect just fine via WiFi for remote desktop control of the Desktop from the Laptop (so SSH and FreeNX are working).Is it possible to connect the 2 pc's directly to each other by Ethernet cable AND transfer files between them by Ethernet while still being connected to the Internet by WiFi on them both?Or would the WiFi have to be disabled while using the Ethernet connection?Neither has a Gigabit Ethernet NIC so I know it would at least require a crossover cable or another router to connect the 2 by Ethernet cable.The idea behind all this is to be able to transfer files between computers quickly by Ethernet while the computers are still busy doing other things on the Internet by WiFi.
View 9 Replies
View Related
May 11, 2010
I've been trying to find what would be the lightest ubuntu or ubuntu based distribution, I have an older PC I'd like to get up and running again, and would prefer something that works pretty quickly on it (for basic web browsing and other things) the specs are:
AMD Duron 900Mhz, 384MB RAM, 40GB HDD, Geforce FX 5200 128MB agp.
View 9 Replies
View Related
Sep 19, 2010
1. I accidentally wrecked a previous Ubuntu installation so I decided to re-install via the Ubuntu disk. Unfortunately Ubuntu doesn't let me override previous Ubuntu installations...
2. Ubuntu Maverick Meerkat is due to released in about 3 weeks. I want to install it via a clean install.
3. So can anyone tell me how to remove both Ubuntu partitions safely. I am currently running WinVista with Ubuntu Lucid Lynx. I know I have to use something like this to erase GRUB2. Can anyone give me a good tutorial?
View 1 Replies
View Related
Mar 14, 2011
I want to change from ubuntu 11.04 to ubuntu studio. Is there any way to do this without losing all my stuff/with out completely reinstalling the os?
View 7 Replies
View Related
Apr 19, 2011
The scenario is as follows - I will be moving across the country and my desktop will stay here powered and online, while I move with a laptop. I need a way to connect to the desktop for file streaming(music and movies) as well as using the virtual machines. I have thought about SSH and VNC.I need something failsafe. That's priority one. I won't be around to fix it if it breaks. I can set the computer to come on in the BIOS at a certain time if the power went out. But if I can get in remotely the whole setup is useless.SSH only provides terminal use, correct? So if I chose that route I would be able to access the computer via command line and play music and movies with mplayer and such, correct? But I would not be able to run the virtual machines? Because there will be no GUI, right?
I have been playing with Vinagre and Vino through the host and guest of a virtual machine and I cannot get it to connect. Is there a better application? x11vnc? I have forwarded port 5900 on the router and have upnp enabled. Got a better remote desktop suggestion?I would like to run this setup headless.(no monitor) I also would like to run it without a gpu if that is possible to make it more energy efficient.Both computers are 64 bits and will be running Ubuntu 10.10 and soon 11.04.Are these crappy ideas to begin with? Should I go another route to get my files and access the virtual machines?
View 4 Replies
View Related