Tagged Questions
xmonad is a tiling window manager for the X Window System, written in the functional programming language Haskell.
7
votes
4answers
3k views
xmonad and Emacs : problem with 'mod' key
I started using xmonad as my window manager a couple of weeks ago. I love it. Its great. But since then I have had to use 'ESC' key a lot when I am in emacs and want to press the 'ALT' key. This is ...
4
votes
3answers
115 views
Simple calculator in xmonad prompt
i have a new idea of using xmonad's XMonad.Prompt.Input. I thought it would be really cool, if one could make a simple calculator that would compute what the user enters and return the result in the ...
4
votes
1answer
320 views
Ambiguous module name `Prelude'
I get this when i want to recompile xmonad to change the configuration:
Implicit import declaration:
Ambiguous module name `Prelude':
it was found in multiple packages: base ...
4
votes
5answers
346 views
Create more than one eshell instance in emacs
Think: tiling my emacs window with eshells, a la xmonad. Is this possible? I can M-x eshell to open the first eshell instance but future invocations just focus the first instance.
3
votes
1answer
84 views
In gnome w/ xmonad, how can I call a script when a monitor is plugged in OR when docking my laptop?
Problem:
I have an extra set of top and bottom gnome-panels for a second monitor. When I undock my lenovo Thinkpad (T510), the extra top and bottom panels remain, so I have two on top and two on the ...
3
votes
1answer
64 views
Remember xmonad workspace layout?
Using XMonad.Layout.PerWorkspace, you can setup independent layouts for each workspace and tweak them for your applications. However, I would like some workspaces to keep track of my settings. E.g. if ...
3
votes
1answer
120 views
Xmonad build failed: cound not find module control.monad.reader
I'm trying to cabal install xmonad with profiling and I keep getting the error: cound not find module control.monad.reader
The error message suggested that I may not have installed the profiling libs ...
3
votes
1answer
213 views
xmonad: set screen and workspace
I'm having trouble getting this function to work as I expect.
setScreenAndWorkspace i =
windows (viewOnScreen screenId workspaceId)
where
screenId = ((i-1) `mod` numberOfScreens)
-- ...
3
votes
1answer
781 views
Start applications on specific workspaces in xmonad
I know how to associate specific applications with specific workspaces using manageHook and composeAll. What I'm looking for is a way to spawn applications on specific workspaces, i.e. a function with ...
3
votes
3answers
817 views
starting xmonad
I'm completely new to xmonad but I'd like to start using it to boost my productivity.
This is the guide I've been using (I'm using Apple OS X Snow Leopard)
http://xmonad.org/tour.html#start
So far ...
2
votes
0answers
90 views
XMonad mod key stops working during a session
I have recently begun trying out XMonad on my Ubuntu 10.04 machine, and I have one major complaint. Oddly, I have not found the problem duplicated elsewhere on the web.
My XMonad session starts out ...
2
votes
4answers
181 views
xmonad help. Which is my Mod key?
I'm using this config file https://github.com/artificialbeing/xmonad-conf/blob/master/xmonad.hs
I've recompiled haskell by doing
xmonad --recompile
then I did M-q (where M is ALT) to restart ...
2
votes
0answers
27 views
How can I set an action to occur on a key release in xmonad?
How can I set an action to occur on a key release in xmonad?
I don't like menu bars and panels.
Instead of a panel like xmobar I want to have a full screen page of info, (time, currently selected ...
2
votes
2answers
881 views
xmobar question
I have some xmobarrc config
Config { lowerOnStart = False,
font = "xft:Terminus-12"
, bgColor = "#000000"
, fgColor = "#8080A1"
, position = Top
, commands = [ ...
2
votes
1answer
1k views
Unable to start XMonad in Mac
I have completed every step in XMonad's tutorial for Mac.
However, I cannot start it.
My shell did not run my .profile initially properly. My PATH works now correctly.
I run the following command ...
2
votes
3answers
1k views
How great is xmonad if I still want my “old” graphical IDE?
I've heard excellent reports of xmonad, but how good is it for everyday use and for development? For various reasons I don't use vim/emacs (though I don't suffer from terminal-phobia!). All the ...
1
vote
1answer
149 views
No menubar in Xmonad with Ubuntu Unity
when I use xmonad in ubuntu, I follow the tutorial of Xmonad, but there's no app menubar.
How can I solve this problem?
my configure file is here:
import XMonad
import XMonad.Hooks.DynamicLog
import ...
1
vote
2answers
83 views
Problems with xmonad settings compilation
I am having problems compiling the settings file for my xmonad installation.
When I try to compile the settings file with:
ghc -o xmonad xmonad.hs
I get the following errors.
I've posted some ...
1
vote
1answer
87 views
Xmonad: How do I reset the number of windows in the master pane?
It sometimes happens that when I mod-L or mod-H in Xmonad my windows don't resize. I believe this is a result of my having accidentally changed the number of windows in my master pane. Sometimes I'm ...
1
vote
1answer
252 views
XMobar is dying due to a problem in my Xmonad config, related to IO
This is a follow up to this question.
In pursuit of trying to find how many physical monitors I had, I came up with
screenCount :: X Int
screenCount = withDisplay (io.fmap length.getScreenInfo)
...
1
vote
2answers
189 views
Finding the number of X11 screens from Haskell
I'd like to know how many X screens the current machine has, to make my .xmonad a little more general; I have a netbook as well as a desktop with two monitors, and I use several single monitored ...
1
vote
1answer
57 views
xmonad install clarification
I'm attempting to install xmonad on my machine and I'm at this point in the instructions
(http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_on_Apple_OSX#Installing_xmonad)
2.2 Configuring Your ...
1
vote
1answer
212 views
Transparency on Focused/Unfocused windows
Instead of using borders, I want to set the alpha of focused and unfocused windows to, say, 90% and 70%. This would apply to all windows except those matching some criterion like className = "Gimp". ...
1
vote
1answer
550 views
Unable to have full-screen in Mac's Xmonad
I installed the newest X11.
I run the following command unsuccessfully after sourcing ~/.profile
$exec /usr/X11/lib/X11/xinit/xinitrc
I get a message
Screen is terminating
and I do not see any ...
0
votes
0answers
28 views
How do you test ManageHook using QuickCheck?
I want to test ManageHooks in my xmonad.hs and I've heard there is nice testing library called QuickCheck, so I am trying it. I worte the following code but could not make it work because XConf and ...
0
votes
1answer
22 views
XMonad: Hide monitor on mouse-over (config.hs)
in my config.hs I use a Monitor to show wmclockmon on top of all windows like this:
myClckMonitor = monitor
{ prop = ClassName "DockApp" `And` Title "wmclockmon"
, rect = Rectangle (1680 - ...
0
votes
1answer
37 views
How can I toggle between physical displays in a single keystroke?
The following lines bind mod-[wer] to going to displays 1, 2 and 3. Instead of this mechanism, I'd like to toggle between displays in a single keystroke, How can I do so?
Thanks.
[((m .|. modm, ...
0
votes
2answers
160 views
XMonad Compilation Error using Incorrect Data.Map
So I'm sitting here compiling XMonad for myself because I do not like being provided with version 0.9.1 by my package manager and like 0.9.2. The current problem is that the compilation of XMonad ...
0
votes
0answers
67 views
XMonad - application does not start when launching it on a specific workspace
For my favourite applications I prefer to specify on which workspace they should be started. As an example, I want Emacs to be launched on workspace 7:
className =? "Emacs" --> doShift "7:emacs"
...
0
votes
1answer
167 views
setxkbmap in xmonad problem
Why, when some setxkbmap command have been run, all default xmobar's keyboard bindings have been disabled and unusable?
setxkbmap -layout 'ru,us' -option 'grp:caps_toggle' &
What's wrong with ...
0
votes
1answer
301 views
xmonad and read it later
I am using xmonad and the read it later extension for firefox. Now, if I want to tag an entry in the read it later list, the list disappears (instead of giving simply focus to to tag textfield) and a ...
0
votes
0answers
157 views
What does “!” mean when declaring data types? [closed]
Possible Duplicate:
What does the exclamation mark mean in a Haskell declaration?
In the xmonad documentation, package Xmonad.Core, many data types are defined using !.
For example:
-- | ...
0
votes
1answer
737 views
xmonad could not find module `XMonad': broken package
Hi my Xmonad has been working perfectly until few days ago, then I think I installed something with Synaptic and then started to complain about Xmonad.Config.Gnome
here it is my xmonad.hs
import ...
0
votes
1answer
160 views
Xmonad configuration file issue
I am using Xmonad since long time now and it works well, execept I can not modify the configuration file xmonad.hs because there are some strange errors even with the basic configuration;
my actual ...